org.jamon.parser
Class AbstractTypeParser
java.lang.Object
org.jamon.parser.AbstractParser
org.jamon.parser.AbstractTypeParser
- Direct Known Subclasses:
- ClassNameParser
public class AbstractTypeParser
- extends AbstractParser
| 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 |
UNEXPECTED_ARRAY_ERROR
public static final java.lang.String UNEXPECTED_ARRAY_ERROR
- See Also:
- Constant Field Values
m_type
protected final java.lang.StringBuilder m_type
AbstractTypeParser
public AbstractTypeParser(org.jamon.api.Location p_location,
PositionalPushbackReader p_reader,
ParserErrorsImpl p_errors)
throws java.io.IOException,
ParserErrorImpl
- Throws:
java.io.IOException
ParserErrorImpl
parseTypeElaborations
protected void parseTypeElaborations()
throws java.io.IOException,
AbstractParser.NotAnIdentifierException,
ParserErrorImpl
- Throws:
java.io.IOException
AbstractParser.NotAnIdentifierException
ParserErrorImpl
checkForArrayBrackets
protected void checkForArrayBrackets()
throws java.io.IOException,
ParserErrorImpl
- Throws:
java.io.IOException
ParserErrorImpl
getType
public java.lang.String getType()
jamon