com.jeffpalm.basic.compiler.ast
Class ReturnStatement

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.ReturnStatement

public final class ReturnStatement
extends Statement


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jeffpalm.basic.compiler.ast.Statement
Statement.LineNumber
 
Field Summary
 
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
 

Method Detail

traverseRest

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