| Modifier and Type | Class and Description |
|---|---|
static class |
PrimitiveType.Primitive |
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE| 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) |
ClassOrInterfaceType |
toBoxedType() |
getAnnotations, setAnnotationsaddOrphanComment, clone, contains, equals, getAllContainedComments, getBeginColumn, getBeginLine, getChildrenNodes, getComment, getData, getEndColumn, getEndLine, getOrphanComments, getParentNode, hasComment, hashCode, isPositionedAfter, isPositionedBefore, setAsParentNodeOf, setAsParentNodeOf, setBeginColumn, setBeginLine, setComment, setData, setEndColumn, setEndLine, setParentNode, toString, toStringWithoutCommentspublic 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 ClassOrInterfaceType toBoxedType()
public void setType(PrimitiveType.Primitive type)
Copyright © 2007–2016. All rights reserved.