Class: Glaemscribe::API::IfTree::Term

Inherits:
Object
  • Object
show all
Defined in:
lib/api/if_tree.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(parent_code_block) ⇒ Term

Returns a new instance of Term.



37
38
39
# File 'lib/api/if_tree.rb', line 37

def initialize(parent_code_block)
  @parent_code_block = parent_code_block  
end

Instance Attribute Details

#parent_code_blockObject

Returns the value of attribute parent_code_block.



36
37
38
# File 'lib/api/if_tree.rb', line 36

def parent_code_block
  @parent_code_block
end

Instance Method Details

#is_code_lines?Boolean

Returns:

  • (Boolean)


40
41
42
# File 'lib/api/if_tree.rb', line 40

def is_code_lines?
  false
end

#is_pre_post_processor_operators?Boolean

Returns:

  • (Boolean)


43
44
45
# File 'lib/api/if_tree.rb', line 43

def is_pre_post_processor_operators?
  false
end