com.jeffpalm.scoping.compiler.ast
Class FloatingPointLiteral

java.lang.Object
  extended by com.jeffpalm.scoping.compiler.ast.Node
      extended by com.jeffpalm.scoping.compiler.ast.Statement
          extended by com.jeffpalm.scoping.compiler.ast.Expression
              extended by com.jeffpalm.scoping.compiler.ast.Literal
                  extended by com.jeffpalm.scoping.compiler.ast.FloatingPointLiteral

public final class FloatingPointLiteral
extends Literal


Field Summary
 double val
           
 
Fields inherited from class com.jeffpalm.scoping.compiler.ast.Node
pos
 
Method Summary
 java.lang.Object toObject()
           
 void traverse(IVisitor vis)
           
 
Methods inherited from class com.jeffpalm.scoping.compiler.ast.Literal
whatToPrint
 
Methods inherited from class com.jeffpalm.scoping.compiler.ast.Node
toString, typeString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

val

public final double val
Method Detail

toObject

public java.lang.Object toObject()
Specified by:
toObject in class Literal

traverse

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