public static class ExampleAccess.Impl extends java.lang.Object implements ExampleAccess
ExampleAccess.Impl, ExampleAccess.Visitor<P,R>| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(ExampleAccess.Visitor<P,R> visitor,
P par) |
<P,R> R |
accept(Expr.Visitor<P,R> visitor,
P par) |
<P,R> R |
accept(Node.Visitor<P,R> visitor,
P par) |
Expr |
getExpr() |
Expr |
getValue() |
void |
setExpr(Expr expr) |
void |
setValue(Expr value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic Expr getValue()
getValue in interface ExampleAccesspublic void setValue(Expr value)
setValue in interface ExampleAccesspublic Expr getExpr()
getExpr in interface ExampleAccesspublic void setExpr(Expr expr)
setExpr in interface ExampleAccesspublic <P,R> R accept(ExampleAccess.Visitor<P,R> visitor, P par)
accept in interface ExampleAccesspublic <P,R> R accept(Expr.Visitor<P,R> visitor, P par)
public <P,R> R accept(Node.Visitor<P,R> visitor, P par)