Package org.apache.jasper.compiler
Class Mark.IncludeState
java.lang.Object
org.apache.jasper.compiler.Mark.IncludeState
- Enclosing class:
Mark
Keep track of parser before parsing an included file.
This class keeps track of the parser before we switch to parsing an
included file. In other words, it's the parser's continuation to be
reinstalled after the included file parsing is done.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIncludeState
(int inCursor, int inLine, int inCol, int inFileid, String name, String inBaseDir, String inEncoding, char[] inStream) -
Method Summary