net.fortytwo.ripple.cli.ast
Class DoubleAST
java.lang.Object
net.fortytwo.ripple.cli.ast.NumberAST
net.fortytwo.ripple.cli.ast.DoubleAST
- All Implemented Interfaces:
- AST<RippleList>
public class DoubleAST
- extends NumberAST
DoubleAST
public DoubleAST(double value)
DoubleAST
public DoubleAST(String rep)
- Parameters:
rep - the string representation of an xsd:double value
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.