Interface ITypeConstraint
-
- All Known Implementing Classes:
AbstractTypeConstraint
public interface ITypeConstraint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheck(TypeSearchState state)java.util.List<SSAVar>getRelatedVars()
-
-
-
Method Detail
-
getRelatedVars
java.util.List<SSAVar> getRelatedVars()
-
check
boolean check(TypeSearchState state)
-
-