org.jmol.viewer
Class Compiler.FlowContext

java.lang.Object
  extended by org.jmol.viewer.Compiler.FlowContext
Enclosing class:
Compiler

private static class Compiler.FlowContext
extends java.lang.Object


Field Summary
(package private)  Function function
           
(package private)  Compiler.FlowContext parent
           
(package private)  int pt0
           
(package private)  Token token
           
 
Constructor Summary
Compiler.FlowContext(Token token, int pt0, Compiler.FlowContext parent)
           
 
Method Summary
(package private)  void setFunction(Function function)
           
(package private)  void setFunction(java.lang.String script, int ichCurrentCommand, int pt, short[] lineNumbers, int[] lineIndices, java.util.Vector lltoken)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

token

Token token

pt0

int pt0

function

Function function

parent

Compiler.FlowContext parent
Constructor Detail

Compiler.FlowContext

Compiler.FlowContext(Token token,
                     int pt0,
                     Compiler.FlowContext parent)
Method Detail

setFunction

void setFunction(Function function)

setFunction

void setFunction(java.lang.String script,
                 int ichCurrentCommand,
                 int pt,
                 short[] lineNumbers,
                 int[] lineIndices,
                 java.util.Vector lltoken)