public static final class JDTTypeDictionary.JdtUnionType
extends java.lang.Object
implements com.ibm.wala.cast.tree.CAstType.Union
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 and Description |
|---|
JdtUnionType(java.util.Set<com.ibm.wala.cast.tree.CAstType> constituents) |
| Modifier and Type | Method and 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() |
public JdtUnionType(java.util.Set<com.ibm.wala.cast.tree.CAstType> constituents)
public com.ibm.wala.cast.tree.CAstType getType()
getType in interface com.ibm.wala.cast.tree.CAstType.Complexpublic java.lang.String getName()
getName in interface com.ibm.wala.cast.tree.CAstTypepublic java.util.Collection<com.ibm.wala.cast.tree.CAstType> getSupertypes()
getSupertypes in interface com.ibm.wala.cast.tree.CAstTypepublic java.lang.Iterable<com.ibm.wala.cast.tree.CAstType> getConstituents()
getConstituents in interface com.ibm.wala.cast.tree.CAstType.Union