Exception: Plasma::Interpreter::UnresolvedSymbolException

Inherits:
Exception
  • Object
show all
Defined in:
lib/plasma/interpreter/plasma_grammarnode.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(symbol) ⇒ UnresolvedSymbolException

Returns a new instance of UnresolvedSymbolException.



144
145
146
# File 'lib/plasma/interpreter/plasma_grammarnode.rb', line 144

def initialize(symbol)
  @symbol = symbol
end

Instance Attribute Details

#symbolObject

Returns the value of attribute symbol.



142
143
144
# File 'lib/plasma/interpreter/plasma_grammarnode.rb', line 142

def symbol
  @symbol
end