public interface TagEndDetector
Modifier and Type | Method and Description |
---|---|
int |
checkEnd(char character)
Check to see if we have reached the end of the current tag.
|
ParserErrorImpl |
getEofError(org.jamon.api.Location 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).
|
int checkEnd(char character)
character
- The character just read.ParserErrorImpl getEofError(org.jamon.api.Location startLocation)
startLocation
- The location of the start of this java block (used to report errors)void resetEndMatch()
Copyright © 2003–2019 Jamon developers. All rights reserved.