edu.vub.at.objects.grammar
Interface AssignmentSymbol


 AssignmentSymbol

Instances of this class represent 'assignment symbols', which are symbols ending in :=.

Author:
tvcutsem

Method Summary
 Symbol fieldName()
          Returns the field name being assigned by this assignment symbol.
 
Methods inherited from interface edu.vub.at.objects.grammar.Symbol
text
 
Methods inherited from interface edu.vub.at.objects.AbstractGrammar
freeVariables
 
Methods inherited from interface edu.vub.at.objects.Object
super
 

Method Detail

fieldName

Symbol fieldName()
Returns the field name being assigned by this assignment symbol. For example, for foo:= the result is foo.