Class CodeBuilder.CodeMarker
java.lang.Object
gg.jte.compiler.CodeBuilder.CodeMarker
- Enclosing class:
CodeBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate final int -
Constructor Summary
Constructors -
Method Summary
-
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)
-