Class Mark.IncludeState

java.lang.Object
org.apache.jasper.compiler.Mark.IncludeState
Enclosing class:
Mark

class Mark.IncludeState extends Object
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 Details

    • cursor

      int cursor
    • line

      int line
    • col

      int col
    • fileid

      int fileid
    • fileName

      String fileName
    • baseDir

      String baseDir
    • encoding

      String encoding
    • stream

      char[] stream
  • Constructor Details

    • IncludeState

      IncludeState(int inCursor, int inLine, int inCol, int inFileid, String name, String inBaseDir, String inEncoding, char[] inStream)