net.fortytwo.ripple.cli.ast
Class DoubleAST

java.lang.Object
  extended by net.fortytwo.ripple.cli.ast.NumberAST
      extended by net.fortytwo.ripple.cli.ast.DoubleAST
All Implemented Interfaces:
AST<RippleList>

public class DoubleAST
extends NumberAST


Constructor Summary
DoubleAST(double value)
           
DoubleAST(String rep)
           
 
Method Summary
 NumericValue getValue(ModelConnection mc)
           
 String toString()
           
 
Methods inherited from class net.fortytwo.ripple.cli.ast.NumberAST
canonicalize, evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleAST

public DoubleAST(double value)

DoubleAST

public DoubleAST(String rep)
Parameters:
rep - the string representation of an xsd:double value
Method Detail

getValue

public NumericValue getValue(ModelConnection mc)
                      throws RippleException
Specified by:
getValue in class NumberAST
Throws:
RippleException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2011 fortytwo.net. All Rights Reserved.