|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.tiny.Value
com.jeffpalm.tiny.Value.Int
public static class Value.Int
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.jeffpalm.tiny.Value |
---|
Value.Bool, Value.Factory, Value.Int, Value.Str |
Field Summary |
---|
Fields inherited from class com.jeffpalm.tiny.Value |
---|
maker, NIL |
Constructor Summary | |
---|---|
Value.Int(int val)
|
Method Summary | |
---|---|
java.lang.Boolean |
boolValue()
|
Value |
defaultValue()
|
java.lang.Integer |
intValue()
|
com.jeffpalm.tiny.Interpreter.Type |
type()
|
Methods inherited from class com.jeffpalm.tiny.Value |
---|
objValue, var |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Value.Int(int val)
Method Detail |
---|
public Value defaultValue()
defaultValue
in class Value
public java.lang.Integer intValue()
intValue
in class Value
public java.lang.Boolean boolValue()
boolValue
in class Value
public com.jeffpalm.tiny.Interpreter.Type type()
type
in class Value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |