ist.palcom.st.ast
Class ASTReal

java.lang.Object
  extended by ist.palcom.st.ast.ASTLiteral
      extended by ist.palcom.st.ast.ASTLiteralUse
          extended by ist.palcom.st.ast.ASTReal
All Implemented Interfaces:
ISerializableItem, ISerializableLiteral, ISerializableReal

public class ASTReal
extends ASTLiteralUse
implements ISerializableReal


Field Summary
 double literal
           
 
Fields inherited from class ist.palcom.st.ast.ASTLiteralUse
line_number
 
Fields inherited from interface ist.palcom.bytecode.ISerializableReal
MARKER
 
Constructor Summary
ASTReal(double literal)
           
 
Method Summary
 double getValue()
           
 ASTLiteralUse negate()
           
 
Methods inherited from class ist.palcom.st.ast.ASTLiteralUse
set_line_number
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

literal

public double literal
Constructor Detail

ASTReal

public ASTReal(double literal)
Method Detail

getValue

public double getValue()
Specified by:
getValue in interface ISerializableReal

negate

public ASTLiteralUse negate()
Overrides:
negate in class ASTLiteralUse