public final class PrimitiveInfo extends Object
| Constructor and Description |
|---|
PrimitiveInfo(String name,
PrimitiveType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
String |
name()
Returns the primitive name.
|
String |
toString() |
PrimitiveType |
type()
Returns the primitive type.
|
public PrimitiveInfo(String name, PrimitiveType type)
public String name()
public PrimitiveType type()
Copyright © 2013–2018. All rights reserved.