Class CodeBuilder.CodeMarker

java.lang.Object
gg.jte.compiler.CodeBuilder.CodeMarker
Enclosing class:
CodeBuilder

public static class CodeBuilder.CodeMarker extends Object
  • Field Details

    • codeIndex

      private int codeIndex
    • codeLine

      private int codeLine
    • templateLine

      private final int templateLine
  • Constructor Details

    • CodeMarker

      private CodeMarker(int codeIndex, int codeLine, int templateLine)