Uses of Interface
org.eclipse.jpt.utility.JavaType

Packages that use JavaType
org.eclipse.jpt.db   
org.eclipse.jpt.utility   
 

Uses of JavaType in org.eclipse.jpt.db
 

Methods in org.eclipse.jpt.db that return JavaType
 JavaType Column.getJavaType()
          Return a Java type that is reasonably similar to the column's data type.
 JavaType Column.getPrimaryKeyJavaType()
          Return a Java type that is reasonably similar to the column's data type and suitable for use as a primary key field.
 

Uses of JavaType in org.eclipse.jpt.utility
 

Methods in org.eclipse.jpt.utility that return JavaType
 JavaType[] MethodSignature.getParameterTypes()
          Return the method's parameter types.
 

Methods in org.eclipse.jpt.utility with parameters of type JavaType
 boolean JavaType.equals(JavaType other)
           
 boolean MethodSignature.equals(java.lang.String otherName, JavaType[] otherParameterTypes)