Package org.sonar.java.se.constraint
Class TypedConstraint
- java.lang.Object
-
- org.sonar.java.se.constraint.TypedConstraint
-
- All Implemented Interfaces:
Constraint
public class TypedConstraint extends Object implements Constraint
-
-
Constructor Summary
Constructors Constructor Description TypedConstraint(String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)TypegetType(SemanticModel semanticModel)inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.java.se.constraint.Constraint
copyOver, hasPreciseValue, inverse, isValidWith, valueAsString
-
-