Module: Cheri::JRuby::Explorer::ParentViewerInterface

Defined in:
lib/cheri/jruby/explorer/viewer.rb

Overview

ValueViewerInterface

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#childrenObject (readonly)

Returns the value of attribute children.



226
227
228
# File 'lib/cheri/jruby/explorer/viewer.rb', line 226

def children
  @children
end

Instance Method Details

#children_loaded?Boolean

Returns:

  • (Boolean)


228
229
# File 'lib/cheri/jruby/explorer/viewer.rb', line 228

def children_loaded?
end

#leaf?Boolean

Returns:

  • (Boolean)


234
235
236
# File 'lib/cheri/jruby/explorer/viewer.rb', line 234

def leaf?
  false  
end

#load_childrenObject



231
232
# File 'lib/cheri/jruby/explorer/viewer.rb', line 231

def load_children  
end