ValueInfo.Kind
Modifier and Type | Method and Description |
---|---|
ClassInfo |
getDeclaringClass()
Returns the value class.
|
ValueInfo.Kind |
getKind()
Returns the type of this value.
|
String |
getObject()
Returns the value as
Object . |
String |
getValue()
Returns the value.
|
static UnknownInfo |
of(ClassInfo declaringClass,
String value)
Returns an instance for the given unknown value.
|
static UnknownInfo |
of(Object value)
Returns an instance for the value.
|
String |
toString() |
public static UnknownInfo of(ClassInfo declaringClass, String value)
declaringClass
- class of the valuevalue
- string representation of the valuepublic static UnknownInfo of(Object value)
public ValueInfo.Kind getKind()
ValueInfo
public String getObject()
ValueInfo
Object
.public String getValue()
public ClassInfo getDeclaringClass()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.