public final class Type extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Type.Kind
Represents a "kind" of Type.
|
Modifier and Type | Method and Description |
---|---|
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() |
public DotName name()
public Type.Kind kind()
Copyright © 2014 JBoss by Red Hat. All rights reserved.