Class: FAM::Syntax::AST::GotoNode

Inherits:
Node show all
Defined in:
lib/fam/syntax/ast.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Node

#to_s

Constructor Details

#initialize(ident) ⇒ GotoNode

Returns a new instance of GotoNode.



33
34
35
# File 'lib/fam/syntax/ast.rb', line 33

def initialize ident
  @ident = ident
end

Instance Attribute Details

#identObject

Returns the value of attribute ident.



32
33
34
# File 'lib/fam/syntax/ast.rb', line 32

def ident
  @ident
end