org.jmol.viewer
private static class Compiler.FlowContext extends Object
Field Summary | |
---|---|
Function | function |
Compiler.FlowContext | parent |
int | pt0 |
Token | token |
Constructor Summary | |
---|---|
FlowContext(Token token, int pt0, Compiler.FlowContext parent) |
Method Summary | |
---|---|
void | setFunction(Function function) |
void | setFunction(String script, int ichCurrentCommand, int pt, short[] lineNumbers, int[] lineIndices, Vector lltoken) |