Class JDTTypeDictionary.JdtJavaType

  • All Implemented Interfaces:
    com.ibm.wala.cast.java.types.JavaType, com.ibm.wala.cast.tree.CAstType, com.ibm.wala.cast.tree.CAstType.Class, com.ibm.wala.cast.tree.CAstType.Reference
    Enclosing class:
    JDTTypeDictionary

    public final class JDTTypeDictionary.JdtJavaType
    extends java.lang.Object
    implements com.ibm.wala.cast.java.types.JavaType
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.ibm.wala.cast.tree.CAstType

        com.ibm.wala.cast.tree.CAstType.Array, com.ibm.wala.cast.tree.CAstType.Class, com.ibm.wala.cast.tree.CAstType.Complex, com.ibm.wala.cast.tree.CAstType.Function, com.ibm.wala.cast.tree.CAstType.Method, com.ibm.wala.cast.tree.CAstType.Primitive, com.ibm.wala.cast.tree.CAstType.Reference, com.ibm.wala.cast.tree.CAstType.Union
    • Field Summary

      • Fields inherited from interface com.ibm.wala.cast.tree.CAstType

        DYNAMIC
    • Constructor Summary

      Constructors 
      Constructor Description
      JdtJavaType​(org.eclipse.jdt.core.dom.ITypeBinding type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.util.Collection<com.ibm.wala.cast.tree.CAstQualifier> getQualifiers()  
      java.util.Collection<com.ibm.wala.cast.tree.CAstType> getSupertypes()  
      boolean isInterface()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JdtJavaType

        public JdtJavaType​(org.eclipse.jdt.core.dom.ITypeBinding type)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface com.ibm.wala.cast.tree.CAstType
      • getSupertypes

        public java.util.Collection<com.ibm.wala.cast.tree.CAstType> getSupertypes()
        Specified by:
        getSupertypes in interface com.ibm.wala.cast.tree.CAstType
      • getQualifiers

        public java.util.Collection<com.ibm.wala.cast.tree.CAstQualifier> getQualifiers()
        Specified by:
        getQualifiers in interface com.ibm.wala.cast.tree.CAstType.Class
      • isInterface

        public boolean isInterface()
        Specified by:
        isInterface in interface com.ibm.wala.cast.tree.CAstType.Class
        Specified by:
        isInterface in interface com.ibm.wala.cast.java.types.JavaType