final public void setElement(AST _t, IntSet elements) throws RecognitionException(Code)
setRule
final publicIntSet setRule(AST _t) throws RecognitionException(Code)
testBlockAsSet
final public void testBlockAsSet(AST _t) throws RecognitionException(Code)
Check to see if this block can be a set. Can't have actions
etc... Also can't be in a rule with a rewrite as we need
to track what's inside set for use in rewrite.
testSetElement
final public void testSetElement(AST _t) throws RecognitionException(Code)
Match just an element; no ast suffix etc..
testSetRule
final public void testSetRule(AST _t) throws RecognitionException(Code)