public static class OptionalType.Impl extends Type.Impl implements OptionalType
OptionalType.Impl, OptionalType.Visitor<P,R>| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(Node.Visitor<P,R> visitor,
P par) |
<P,R> R |
accept(OptionalType.Visitor<P,R> visitor,
P par) |
<P,R> R |
accept(Type.Visitor<P,R> visitor,
P par) |
Type |
getWrappedType() |
void |
setWrappedType(Type wrappedType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic Impl()
public Impl(Type wrappedType)
public Type getWrappedType()
getWrappedType in interface OptionalTypepublic void setWrappedType(Type wrappedType)
setWrappedType in interface OptionalTypepublic <P,R> R accept(OptionalType.Visitor<P,R> visitor, P par)
accept in interface OptionalTypepublic <P,R> R accept(Type.Visitor<P,R> visitor, P par)
public <P,R> R accept(Node.Visitor<P,R> visitor, P par)