Class SpecialFormType

java.lang.Object
org.sonar.python.types.v2.SpecialFormType
All Implemented Interfaces:
PythonType

public class SpecialFormType extends Object implements PythonType
  • Constructor Details

    • SpecialFormType

      public SpecialFormType(String fullyQualifiedName)
  • Method Details

    • fullyQualifiedName

      public String fullyQualifiedName()
    • hashCode

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

      public boolean equals(@Nullable Object obj)
      Overrides:
      equals in class Object