|
Java Annotation Indexer 1.0.0.Final | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jandex.Type
public final class Type
Represents a Java type declaration that is specified on methods or fields. A type can be any class based type (interface, class, annotation), any primitive, any array, or void.
Nested Class Summary | |
---|---|
static class |
Type.Kind
Represents a "kind" of Type. |
Method Summary | |
---|---|
static Type |
create(DotName name,
Type.Kind kind)
|
Type.Kind |
kind()
Returns the kind of Type this is. |
DotName |
name()
Returns the name of this type. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static final Type create(DotName name, Type.Kind kind)
public DotName name()
public Type.Kind kind()
public String toString()
toString
in class Object
|
Java Annotation Indexer 1.0.0.Final | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |