edu.vub.at.objects.grammar
Interface Symbol

All Known Subinterfaces:
AssignmentSymbol

 Symbol

The public interface to a symbol reference AG element.

Author:
tvcutsem

Method Summary
 Text text()
          Transform a symbol into a string.
 
Methods inherited from interface edu.vub.at.objects.AbstractGrammar
freeVariables
 
Methods inherited from interface edu.vub.at.objects.Object
super
 

Method Detail

text

Text text()
Transform a symbol into a string. Example: `foo.text == "foo"

Returns:
the text of the symbol