| Constructor and Description |
|---|
NumberWithDecimals(double d) |
NumberWithDecimals(int i) |
NumberWithDecimals(IrpParser.Number_with_decimalsContext ctx) |
NumberWithDecimals(long n) |
NumberWithDecimals(ParserDriver parserDriver) |
NumberWithDecimals(String str) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
constant(NameEngine nameEngine) |
boolean |
equals(Object obj) |
int |
hashCode() |
static double |
parse(IrpParser.Number_with_decimalsContext ctx) |
static double |
parse(String str) |
Element |
toElement(Document document) |
double |
toFloat() |
double |
toFloat(GeneralSpec generalSpec,
NameEngine nameEngine)
Produces a floating result.
|
String |
toIrpString(int radix) |
int |
weight()
Returns a (somewhat arbitrary) measure of the complexity of the object.
|
getParseTree, numberOfBits, numberOfBitSpecs, numberOfInfiniteRepeats, prerender, propertiesMap, stateWhenEntering, stateWhenExiting, toDocument, toIrpString, toString, toStringTree, toStringTree, toTreeViewer, toTreeViewer, toTreeViewerpublic NumberWithDecimals(String str)
public NumberWithDecimals(ParserDriver parserDriver)
public NumberWithDecimals(IrpParser.Number_with_decimalsContext ctx)
public NumberWithDecimals(double d)
public NumberWithDecimals(int i)
public NumberWithDecimals(long n)
public static double parse(String str)
public static double parse(IrpParser.Number_with_decimalsContext ctx)
public double toFloat(GeneralSpec generalSpec, NameEngine nameEngine)
Floatablepublic double toFloat()
public String toIrpString(int radix)
toIrpString in interface FloatabletoIrpString in class IrpObjectpublic int weight()
IrpObjectpublic boolean constant(NameEngine nameEngine)
Copyright © 2019. All rights reserved.