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) |
equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toString
public 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)
Node
public <A> void accept(VoidVisitor<A> v, A arg)
Node
public PrimitiveType.Primitive getType()
public void setType(PrimitiveType.Primitive type)
Copyright © 2007–2014. All rights reserved.