|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.voytechs.jnetstream.npl.Node
com.voytechs.jnetstream.npl.LongNodeImpl
public class LongNodeImpl
| Field Summary | |
|---|---|
protected long |
value
|
| Fields inherited from class com.voytechs.jnetstream.npl.Node |
|---|
parent, token |
| Constructor Summary | |
|---|---|
LongNodeImpl(Node parent,
long value)
|
|
| Method Summary | |
|---|---|
boolean |
canOptimize()
|
boolean |
getBoolean()
|
int |
getInt()
|
long |
getLong()
|
java.lang.String |
getString()
|
Node |
optimize()
|
java.lang.String |
toString()
|
| Methods inherited from class com.voytechs.jnetstream.npl.Node |
|---|
getParent, getToken, setParent, setToken |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected long value
| Constructor Detail |
|---|
public LongNodeImpl(Node parent,
long value)
-
| Method Detail |
|---|
public long getLong()
getLong in interface LongNodepublic boolean getBoolean()
getBoolean in interface BooleanNodepublic java.lang.String getString()
getString in interface StringNodepublic Node optimize()
optimize in class Nodepublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean canOptimize()
canOptimize in class Nodepublic int getInt()
getInt in interface IntNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||