public enum RemoveResolve extends java.lang.Enum<RemoveResolve> implements Expr.Visitor<Expr,Sentence>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static RemoveResolve |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RemoveResolve[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Sentence |
visit(AttributeAccess attributeAccess,
Expr par) |
Sentence |
visit(Expr expr,
Expr par) |
Sentence |
visit(NameAccess nameAccess,
Expr par) |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfvisit, visit, visit, visit, visit, visitvisit, visit, visitvisit, visit, visitvisit, visit, visit, visitpublic static final RemoveResolve INSTANCE
public static RemoveResolve[] values()
for (RemoveResolve c : RemoveResolve.values()) System.out.println(c);
public static RemoveResolve valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic Sentence visit(Expr expr, Expr par)
visit in interface Expr.Visitor<Expr,Sentence>public Sentence visit(NameAccess nameAccess, Expr par)
visit in interface NameAccess.Visitor<Expr,Sentence>visit in interface PrimaryExpr.Visitor<Expr,Sentence>public Sentence visit(AttributeAccess attributeAccess, Expr par)
visit in interface AttributeAccess.Visitor<Expr,Sentence>visit in interface Expr.Visitor<Expr,Sentence>