Class JDTTypeDictionary.JdtUnionType

  • All Implemented Interfaces:
    com.ibm.wala.cast.tree.CAstType, com.ibm.wala.cast.tree.CAstType.Complex, com.ibm.wala.cast.tree.CAstType.Union
    Enclosing class:
    JDTTypeDictionary

    public static final class JDTTypeDictionary.JdtUnionType
    extends java.lang.Object
    implements com.ibm.wala.cast.tree.CAstType.Union
    • 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
      JdtUnionType​(java.util.Set<com.ibm.wala.cast.tree.CAstType> constituents)  
    • Method Summary

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

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

      • JdtUnionType

        public JdtUnionType​(java.util.Set<com.ibm.wala.cast.tree.CAstType> constituents)
    • Method Detail

      • getType

        public com.ibm.wala.cast.tree.CAstType getType()
        Specified by:
        getType in interface com.ibm.wala.cast.tree.CAstType.Complex
      • 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
      • getConstituents

        public java.lang.Iterable<com.ibm.wala.cast.tree.CAstType> getConstituents()
        Specified by:
        getConstituents in interface com.ibm.wala.cast.tree.CAstType.Union