class ScriptFlowContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
commandStart |
private ScriptCompiler |
compiler |
(package private) boolean |
forceEndIf |
(package private) ScriptFunction |
function |
(package private) java.lang.String |
ident |
(package private) int |
lineStart |
private ScriptFlowContext |
parent |
(package private) int |
pt0 |
(package private) int |
ptCommand |
(package private) int |
ptDefault |
(package private) int |
ptLine |
(package private) ContextToken |
token |
(package private) SV |
var |
Constructor and Description |
---|
ScriptFlowContext(ScriptCompiler compiler,
ContextToken token,
int pt0,
ScriptFlowContext parent) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
checkForceEndIf() |
(package private) ScriptFlowContext |
getBreakableContext(int nLevelsUp) |
(package private) ScriptFlowContext |
getParent() |
(package private) java.lang.String |
path() |
(package private) void |
setFunction(ScriptFunction function) |
(package private) void |
setLine() |
(package private) int |
setPt0(int pt0,
boolean isDefault) |
java.lang.String |
toString() |
private ScriptCompiler compiler
ContextToken token
int pt0
int ptDefault
ScriptFunction function
SV var
private ScriptFlowContext parent
int lineStart
int commandStart
int ptLine
int ptCommand
boolean forceEndIf
java.lang.String ident
ScriptFlowContext(ScriptCompiler compiler, ContextToken token, int pt0, ScriptFlowContext parent)
ScriptFlowContext getBreakableContext(int nLevelsUp)
boolean checkForceEndIf()
int setPt0(int pt0, boolean isDefault)
void setLine()
public java.lang.String toString()
toString
in class java.lang.Object
ScriptFlowContext getParent()
java.lang.String path()
void setFunction(ScriptFunction function)