public final class PrimitiveType extends Type
| Modifier and Type | Class and Description |
|---|---|
static class |
PrimitiveType.Primitive |
| Constructor and Description |
|---|
PrimitiveType() |
PrimitiveType(int beginLine,
int beginColumn,
int endLine,
int endColumn,
PrimitiveType.Primitive type) |
PrimitiveType(PrimitiveType.Primitive type) |
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
PrimitiveType.Primitive |
getType() |
void |
setType(PrimitiveType.Primitive type) |
getAnnotations, setAnnotationsequals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toStringpublic PrimitiveType()
public PrimitiveType(PrimitiveType.Primitive type)
public PrimitiveType(int beginLine,
int beginColumn,
int endLine,
int endColumn,
PrimitiveType.Primitive type)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodepublic <A> void accept(VoidVisitor<A> v, A arg)
Nodepublic PrimitiveType.Primitive getType()
public void setType(PrimitiveType.Primitive type)