| Package | Description |
|---|---|
| org.sonar.java.bytecode.se | |
| org.sonar.java.se.checks | |
| org.sonar.java.se.constraint | |
| org.sonar.java.se.symbolicvalues |
| Modifier and Type | Method | Description |
|---|---|---|
Constraint |
BytecodeEGWalker.StackValueCategoryConstraint.copyOver(RelationalSymbolicValue.Kind kind) |
| Modifier and Type | Method | Description |
|---|---|---|
Constraint |
DivisionByZeroCheck.ZeroConstraint.copyOver(RelationalSymbolicValue.Kind kind) |
| Modifier and Type | Method | Description |
|---|---|---|
Constraint |
BooleanConstraint.copyOver(RelationalSymbolicValue.Kind kind) |
|
default Constraint |
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.
|
Constraint |
ObjectConstraint.copyOver(RelationalSymbolicValue.Kind kind) |
| Modifier and Type | Method | Description |
|---|---|---|
RelationalSymbolicValue.Kind |
RelationalSymbolicValue.kind() |
|
static RelationalSymbolicValue.Kind |
RelationalSymbolicValue.Kind.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static RelationalSymbolicValue.Kind[] |
RelationalSymbolicValue.Kind.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
RelationalSymbolicValue(RelationalSymbolicValue.Kind kind) |
Copyright © 2012–2018 SonarSource. All rights reserved.