Methods in com.google.gwt.core.ext.typeinfo with parameters of type JRealClassType |
protected void |
TypeOracleBuilder.addAnnotations(JRealClassType type,
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> declaredAnnotations)
|
protected void |
TypeOracleBuilder.addImplementedInterface(JRealClassType type,
JClassType intf)
|
protected JAnnotationMethod |
TypeOracleBuilder.newAnnotationMethod(JRealClassType enclosingType,
java.lang.String name,
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> declaredAnnotations,
JTypeParameter[] jtypeParameters,
java.lang.Object defaultValue)
|
protected JConstructor |
TypeOracleBuilder.newConstructor(JRealClassType type,
java.lang.String name,
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> declaredAnnotations,
JTypeParameter[] typeParams)
|
protected JEnumConstant |
TypeOracleBuilder.newEnumConstant(JRealClassType type,
java.lang.String name,
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> declaredAnnotations,
int ordinal)
|
protected JField |
TypeOracleBuilder.newField(JRealClassType type,
java.lang.String name,
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> declaredAnnotations)
|
protected void |
TypeOracleBuilder.setEnclosingType(JRealClassType type,
JClassType enclosingType)
|
protected void |
TypeOracleBuilder.setSuperClass(JRealClassType type,
JClassType superType)
|