public class IntegerNode extends NumberNode
| Modifier and Type | Field and Description |
|---|---|
static IntegerNode |
C1 |
signfStringValue| Constructor and Description |
|---|
IntegerNode(int intValue) |
IntegerNode(String value) |
IntegerNode(String value,
int numberFormat) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getIntValue() |
int |
getNumberFormat() |
int |
hashCode() |
String |
toString() |
doubleValue, getString, isSign, toggleSigndependsOn, derivativepublic static final IntegerNode C1
public IntegerNode(String value)
public IntegerNode(String value, int numberFormat)
public IntegerNode(int intValue)
public String toString()
toString in class NumberNodepublic int getNumberFormat()
public int getIntValue()
public boolean equals(Object obj)
equals in class NumberNodepublic int hashCode()
hashCode in class NumberNodeCopyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.