Uses of Class
de.uka.ipd.sdq.ByCounter.utils.JavaTypeEnum

Packages that use JavaTypeEnum
de.uka.ipd.sdq.ByCounter.utils Provides utility methods for ByCounter used in different packages. 
 

Uses of JavaTypeEnum in de.uka.ipd.sdq.ByCounter.utils
 

Methods in de.uka.ipd.sdq.ByCounter.utils that return JavaTypeEnum
 JavaTypeEnum JavaType.getType()
           
static JavaTypeEnum JavaTypeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JavaTypeEnum[] JavaTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.uka.ipd.sdq.ByCounter.utils with parameters of type JavaTypeEnum
JavaType(JavaTypeEnum type)
          Construct a simple type (not an object or array).
JavaType(JavaTypeEnum type, java.lang.String canonicalClassName, JavaType childElementType)
          Construct a JavaType instance.