com.jeffpalm.basic.compiler.ast
Class Statement.LineNumber

java.lang.Object
  extended by com.jeffpalm.basic.compiler.ast.Node
      extended by com.jeffpalm.basic.compiler.ast.Statement.LineNumber
Enclosing class:
Statement

public static final class Statement.LineNumber
extends Node


Field Summary
 int lineNumber
           
 Statement stmt
           
 
Fields inherited from class com.jeffpalm.basic.compiler.ast.Node
pos
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 void traverse(IVisitor vis)
           
 java.lang.Object whatToPrint()
           
 
Methods inherited from class com.jeffpalm.basic.compiler.ast.Node
toString, typeString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

stmt

public final Statement stmt

lineNumber

public final int lineNumber
Method Detail

whatToPrint

public java.lang.Object whatToPrint()
Overrides:
whatToPrint in class Node

traverse

public void traverse(IVisitor vis)
Specified by:
traverse in class Node

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object