public static enum BytecodeEGWalker.StackValueCategoryConstraint extends Enum<BytecodeEGWalker.StackValueCategoryConstraint> implements Constraint
| Enum Constant and Description |
|---|
LONG_OR_DOUBLE |
| Modifier and Type | Method and Description |
|---|---|
Constraint |
copyOver(RelationalSymbolicValue.Kind kind)
Return constraint which should be applied to the rhs of the relation,
if this constraint is set on the lhs of the relation.
|
String |
valueAsString() |
static BytecodeEGWalker.StackValueCategoryConstraint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BytecodeEGWalker.StackValueCategoryConstraint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfhasPreciseValue, inverse, isValidWithpublic static final BytecodeEGWalker.StackValueCategoryConstraint LONG_OR_DOUBLE
public static BytecodeEGWalker.StackValueCategoryConstraint[] values()
for (BytecodeEGWalker.StackValueCategoryConstraint c : BytecodeEGWalker.StackValueCategoryConstraint.values()) System.out.println(c);
public static BytecodeEGWalker.StackValueCategoryConstraint 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 nullpublic String valueAsString()
valueAsString in interface Constraint@Nullable public Constraint copyOver(RelationalSymbolicValue.Kind kind)
ConstraintcopyOver in interface Constraintkind - kind of relation over which constraint is copiedCopyright © 2012–2018 SonarSource. All rights reserved.