Parser
v2.1

Uses of Class
Parser.RETree

Uses of RETree in Parser
 

Methods in Parser that return RETree
 RETree REProcessor.beginningMatches(java.lang.String input)
          Returns a tree if the beginning of the specified string is matched, otherwise returns null.
protected  RETree REProcessor.evaluate(java.lang.Object automaton, java.lang.String input)
          Returns the result of beginningMatches for the appropriate type (RE or REProcessor).
 RETree SubProductionProcessor.beginningMatches(java.lang.String input)
          Returns a tree if the beginning of the specified string is matched, otherwise returns null.
 RETree SubProductionProcessor.evaluate(java.lang.Object automaton, java.lang.String input)
          Returns the result of beginningMatches for the appropriate type (RE, REProcessor, or Integer).
 RETree ProductionProcessor.beginningMatches(java.lang.String input)
          Returns a tree if the beginning of the specified string is matched, otherwise returns null.
 


Parser
v2.1