|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TagEndDetector
A class to detect when we are done reading a tag.
| Method Summary | |
|---|---|
int |
checkEnd(char p_char)
Check to see if we have reached the end of the current tag. |
ParserErrorImpl |
getEofError(org.jamon.api.Location p_startLocation)
Called if we reach end of file while parsing java. |
void |
resetEndMatch()
Called after parsing a section which cannot be part of a tag (and which was not passed to the checkEnd method). |
| Method Detail |
|---|
int checkEnd(char p_char)
p_char - The character just read.
ParserErrorImpl getEofError(org.jamon.api.Location p_startLocation)
startLocation - The location of the start of this java block
(used to report errors)
void resetEndMatch()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||