| Constructor and Description |
|---|
FloatNumber(double x) |
FloatNumber(IrpParser.Float_numberContext ctx) |
FloatNumber(ParserDriver parserDriver) |
FloatNumber(String str) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
constant(NameEngine nameEngine) |
boolean |
equals(Object obj) |
int |
hashCode() |
static double |
parse(IrpParser.Float_numberContext 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 FloatNumber(double x)
public FloatNumber(IrpParser.Float_numberContext ctx)
public FloatNumber(String str)
public FloatNumber(ParserDriver parserDriver)
public static double parse(String str)
public static double parse(IrpParser.Float_numberContext 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.