public static enum InterpreterEvaluator.EvalVisitor.Trivalent extends Enum<InterpreterEvaluator.EvalVisitor.Trivalent>
Modifier and Type | Method and Description |
---|---|
static InterpreterEvaluator.EvalVisitor.Trivalent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterpreterEvaluator.EvalVisitor.Trivalent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterpreterEvaluator.EvalVisitor.Trivalent FALSE
public static final InterpreterEvaluator.EvalVisitor.Trivalent TRUE
public static final InterpreterEvaluator.EvalVisitor.Trivalent NULL
public static InterpreterEvaluator.EvalVisitor.Trivalent[] values()
for (InterpreterEvaluator.EvalVisitor.Trivalent c : InterpreterEvaluator.EvalVisitor.Trivalent.values()) System.out.println(c);
public static InterpreterEvaluator.EvalVisitor.Trivalent valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 1970 The Apache Software Foundation. All rights reserved.