Class TypedConstraint

java.lang.Object
org.sonar.java.se.constraint.TypedConstraint
All Implemented Interfaces:
Constraint

public class TypedConstraint extends Object implements Constraint
  • Field Details

    • type

      public final String type
  • Constructor Details

    • TypedConstraint

      public TypedConstraint(String type)
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getType

      public Type getType(Sema semanticModel)