Package org.springmodules.validation.valang.parser

Interface Summary
ValangBased Objects that are based on the ValangParser should implement this interface.
ValangParserConstants  
ValangVisitor  
 

Class Summary
DefaultVisitor Allows registration of custom functions.
JavaCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleValangBased A simple implementation of ValangBased.
Token Describes the input token stream.
ValangParser  
ValangParserTokenManager  
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 



Copyright © 2005. All Rights Reserved.