com.jeffpalm.basic.compiler.ast
Class InputStatement

java.lang.Object
  extended by com.jeffpalm.basic.compiler.ast.Node
      extended by com.jeffpalm.basic.compiler.ast.Statement
          extended by com.jeffpalm.basic.compiler.ast.InputStatement

public final class InputStatement
extends Statement


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jeffpalm.basic.compiler.ast.Statement
Statement.LineNumber
 
Field Summary
 VarList vars
           
 
Fields inherited from class com.jeffpalm.basic.compiler.ast.Node
pos
 
Method Summary
protected  void traverseRest(IVisitor vis)
           
 
Methods inherited from class com.jeffpalm.basic.compiler.ast.Statement
hasLineNumber, lineNumber, setLineNumber, traverse, whatElseToPrint, whatToPrint
 
Methods inherited from class com.jeffpalm.basic.compiler.ast.Node
toString, typeString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

vars

public final VarList vars
Method Detail

traverseRest

protected void traverseRest(IVisitor vis)
Specified by:
traverseRest in class Statement