|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmol.script.ScriptFlowContext
class ScriptFlowContext
Field Summary | |
---|---|
(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) ScriptVariable |
var
|
Constructor Summary | |
---|---|
ScriptFlowContext(ScriptCompiler compiler,
ContextToken token,
int pt0,
ScriptFlowContext parent)
|
Method Summary | |
---|---|
(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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private ScriptCompiler compiler
ContextToken token
int pt0
int ptDefault
ScriptFunction function
ScriptVariable var
private ScriptFlowContext parent
int lineStart
int commandStart
int ptLine
int ptCommand
boolean forceEndIf
java.lang.String ident
Constructor Detail |
---|
ScriptFlowContext(ScriptCompiler compiler, ContextToken token, int pt0, ScriptFlowContext parent)
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |