public final class IntInfo extends Object implements NumberInfo
int
value.ValueInfo.Kind
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ValueInfo.Kind |
getKind()
Returns the type of this value.
|
Integer |
getObject()
Returns the value as
Object . |
int |
getValue()
Returns the value.
|
int |
hashCode() |
static IntInfo |
of(int value)
Returns an instance for the value.
|
String |
toString() |
public static IntInfo of(int value)
value
- the valuepublic ValueInfo.Kind getKind()
ValueInfo
public Integer getObject()
ValueInfo
Object
.getObject
in interface NumberInfo
getObject
in interface ValueInfo
public int getValue()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.