org.jamon.parser
Class PathParser

java.lang.Object
  extended by org.jamon.parser.AbstractParser
      extended by org.jamon.parser.PathParser

public class PathParser
extends AbstractParser

Author:
ian

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jamon.parser.AbstractParser
AbstractParser.NotAnIdentifierException
 
Field Summary
static java.lang.String GENERIC_PATH_ERROR
           
 
Fields inherited from class org.jamon.parser.AbstractParser
BAD_ARGS_CLOSE_TAG, BAD_JAVA_TYPE_SPECIFIER, EOF_IN_JAVA_QUOTE_ERROR, INCOMPLETE_ARRAY_SPECIFIER_ERROR, m_errors, m_reader, MALFORMED_TAG_ERROR, NOT_AN_IDENTIFIER_ERROR
 
Constructor Summary
PathParser(PositionalPushbackReader p_reader, ParserErrorsImpl p_errors)
           
 
Method Summary
 AbstractPathNode getPathNode()
           
 
Methods inherited from class org.jamon.parser.AbstractParser
addError, addError, checkForTagClosure, checkToken, eofErrorMessage, parsePath, readAndAppendChar, readChar, readClassName, readIdentifier, readIdentifierOrThrow, readJava, readType, readUntil, soakWhitespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERIC_PATH_ERROR

public static final java.lang.String GENERIC_PATH_ERROR
See Also:
Constant Field Values
Constructor Detail

PathParser

public PathParser(PositionalPushbackReader p_reader,
                  ParserErrorsImpl p_errors)
           throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getPathNode

public AbstractPathNode getPathNode()


jamon