com.ibm.wala.cast.java.types
Class JavaPrimitiveTypeMap.JavaPrimitiveType

java.lang.Object
  extended by com.ibm.wala.cast.java.types.JavaPrimitiveTypeMap.JavaPrimitiveType
All Implemented Interfaces:
CAstType, CAstType.Primitive
Enclosing class:
JavaPrimitiveTypeMap

public static class JavaPrimitiveTypeMap.JavaPrimitiveType
extends java.lang.Object
implements CAstType.Primitive


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.wala.cast.tree.CAstType
CAstType.Array, CAstType.Class, CAstType.Function, CAstType.Method, CAstType.Primitive, CAstType.Reference
 
Method Summary
 java.lang.String getLongName()
           
 java.lang.String getName()
          Returns the fully-qualified (e.g.
 java.util.Collection getSupertypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Description copied from interface: CAstType
Returns the fully-qualified (e.g. bytecode-compliant for Java) type name.

Specified by:
getName in interface CAstType

getLongName

public java.lang.String getLongName()

getSupertypes

public java.util.Collection getSupertypes()
Specified by:
getSupertypes in interface CAstType