edu.vub.at.objects.grammar
Interface Unquote


 Unquote

The public interface to an unquotation AG element. An unquotation may only appear in a quoted expression Example: #exp

Author:
tvc

Method Summary
 Expression expression()
          Example: `(`(#(m()))).statement.expression == `(m())
 
Methods inherited from interface edu.vub.at.objects.AbstractGrammar
freeVariables
 
Methods inherited from interface edu.vub.at.objects.Object
super
 

Method Detail

expression

Expression expression()
Example: `(`(#(m()))).statement.expression == `(m())

Returns:
the expressions that needs to be unquoted