Package org.teavm.model
Class ValueType.Primitive
- java.lang.Object
-
- org.teavm.model.ValueType
-
- org.teavm.model.ValueType.Primitive
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ValueType
public static class ValueType.Primitive extends ValueType
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.teavm.model.ValueType
ValueType.Array, ValueType.Object, ValueType.Primitive, ValueType.Void
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ValueType.ObjectgetBoxedType()PrimitiveTypegetKind()inthashCode()booleanisObject(String cls)StringtoString()-
Methods inherited from class org.teavm.model.ValueType
arrayOf, isObject, isSubtypeOf, manyToString, methodTypeToString, object, parse, parse, parseIfPossible, parseMany, parseManyIfPossible, primitive
-
-
-
-
Method Detail
-
getKind
public PrimitiveType getKind()
-
getBoxedType
public ValueType.Object getBoxedType()
-
-