Class JDTTypeDictionary.JdtUnionType
- java.lang.Object
-
- com.ibm.wala.cast.java.translator.jdt.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
-
-
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.StringgetName()java.util.Collection<com.ibm.wala.cast.tree.CAstType>getSupertypes()com.ibm.wala.cast.tree.CAstTypegetType()
-
-
-
Method Detail
-
getType
public com.ibm.wala.cast.tree.CAstType getType()
- Specified by:
getTypein interfacecom.ibm.wala.cast.tree.CAstType.Complex
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfacecom.ibm.wala.cast.tree.CAstType
-
getSupertypes
public java.util.Collection<com.ibm.wala.cast.tree.CAstType> getSupertypes()
- Specified by:
getSupertypesin interfacecom.ibm.wala.cast.tree.CAstType
-
getConstituents
public java.lang.Iterable<com.ibm.wala.cast.tree.CAstType> getConstituents()
- Specified by:
getConstituentsin interfacecom.ibm.wala.cast.tree.CAstType.Union
-
-