public static enum SMTHandler.Capability extends java.lang.Enum<SMTHandler.Capability>
SMTHandler.canHandle(Term)
method.Enum Constant and Description |
---|
UNABLE
This indicates that the handler cannot translate a term
|
YES_THIS_INSTANCE
This indicates that the handler can translate a term
|
YES_THIS_OPERATOR
This indicates that the handler can translate any term with the same operator
|
Modifier and Type | Method and Description |
---|---|
static SMTHandler.Capability |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SMTHandler.Capability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMTHandler.Capability UNABLE
public static final SMTHandler.Capability YES_THIS_INSTANCE
public static final SMTHandler.Capability YES_THIS_OPERATOR
public static SMTHandler.Capability[] values()
for (SMTHandler.Capability c : SMTHandler.Capability.values()) System.out.println(c);
public static SMTHandler.Capability 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 nullCopyright © 2003-2019 The KeY-Project.