public class IrDocBasicType extends AbstractIrDocElement implements IrDocType
| Constructor and Description |
|---|
IrDocBasicType(IrBasicTypeKind typeKind)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(IrDocElementVisitor<R,P> visitor,
P context)
Accepts and calls back the visitor.
|
boolean |
equals(Object obj) |
IrDocElementKind |
getKind()
Returns the element kind.
|
IrBasicTypeKind |
getTypeKind()
Returns the type kind.
|
int |
hashCode() |
void |
setTypeKind(IrBasicTypeKind typeKind)
Sets the type kind.
|
String |
toString() |
getLocation, setLocationclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLocation, setLocationpublic IrDocBasicType(IrBasicTypeKind typeKind)
typeKind - the type kindIllegalArgumentException - if the parameter is nullpublic IrDocElementKind getKind()
IrDocElementgetKind in interface IrDocElementpublic IrBasicTypeKind getTypeKind()
public void setTypeKind(IrBasicTypeKind typeKind)
typeKind - the type kindIllegalArgumentException - if the parameter is nullpublic <R,P> R accept(IrDocElementVisitor<R,P> visitor, P context)
IrDocElementaccept in interface IrDocElementR - type of visitor resultP - type of visitor contextvisitor - the visitor to call backcontext - the visitor contextCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.