|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jamon.parser.AbstractParser
org.jamon.parser.AbstractBodyParser<Node>
org.jamon.parser.SubcomponentParser<Node>
org.jamon.parser.AbstractFlowControlBlockParser<AbstractBodyNode>
org.jamon.parser.IfParser
public class IfParser
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jamon.parser.AbstractBodyParser |
|---|
AbstractBodyParser.JavaSnippetTagEndDetector |
| Nested classes/interfaces inherited from class org.jamon.parser.AbstractParser |
|---|
AbstractParser.NotAnIdentifierException |
| Field Summary | |
|---|---|
static java.lang.String |
ENCOUNTERED_MULTIPLE_ELSE_TAGS_FOR_ONE_IF_TAG
|
| 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 | |
|---|---|
IfParser(AbstractBodyNode p_node,
PositionalPushbackReader p_reader,
ParserErrorsImpl p_errors)
|
|
| Method Summary | |
|---|---|
IfParser |
getContinuation()
|
protected void |
handleElseIfTag(org.jamon.api.Location p_tagLocation)
|
protected void |
handleElseTag(org.jamon.api.Location p_tagLocation)
|
protected java.lang.String |
tagName()
|
| Methods inherited from class org.jamon.parser.AbstractFlowControlBlockParser |
|---|
handlePostTag |
| Methods inherited from class org.jamon.parser.SubcomponentParser |
|---|
handleEof, handleTagClose, makeError, parse |
| 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 |
|---|
public static final java.lang.String ENCOUNTERED_MULTIPLE_ELSE_TAGS_FOR_ONE_IF_TAG
| Constructor Detail |
|---|
public IfParser(AbstractBodyNode p_node,
PositionalPushbackReader p_reader,
ParserErrorsImpl p_errors)
| Method Detail |
|---|
protected void handleElseTag(org.jamon.api.Location p_tagLocation)
throws java.io.IOException
handleElseTag in class AbstractBodyParser<AbstractBodyNode>java.io.IOException
protected void handleElseIfTag(org.jamon.api.Location p_tagLocation)
throws java.io.IOException
handleElseIfTag in class AbstractBodyParser<AbstractBodyNode>java.io.IOExceptionpublic IfParser getContinuation()
protected java.lang.String tagName()
tagName in class SubcomponentParser<AbstractBodyNode>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||