Searched refs:TypeSignature (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/reflect/generics/tree/
H A DArrayTypeSignature.java31 private TypeSignature componentType;
33 private ArrayTypeSignature(TypeSignature ct) {componentType = ct;}
35 public static ArrayTypeSignature make(TypeSignature ct) {
39 public TypeSignature getComponentType(){return componentType;}
H A DBaseType.java34 extends TypeSignature{}
H A DFieldTypeSignature.java35 extends BaseType, TypeSignature, TypeArgument {}
H A DTypeSignature.java34 public interface TypeSignature extends ReturnType {} interface in inherits:ReturnType
H A DMethodTypeSignature.java32 private TypeSignature[] parameterTypes;
37 TypeSignature[] pts,
47 TypeSignature[] pts,
56 public TypeSignature[] getParameterTypes(){return parameterTypes;}
/openjdk7/jdk/src/share/classes/sun/reflect/generics/repository/
H A DFieldRepository.java31 import sun.reflect.generics.tree.TypeSignature;
42 public class FieldRepository extends AbstractRepository<TypeSignature> {
51 protected TypeSignature parse(String s) {
H A DConstructorRepository.java33 import sun.reflect.generics.tree.TypeSignature;
88 TypeSignature[] pts = getTree().getParameterTypes();
/openjdk7/jdk/src/share/classes/sun/reflect/generics/parser/
H A DSignatureParser.java187 public TypeSignature parseTypeSig(String s) {
461 * "[" TypeSignature
470 * TypeSignature:
474 private TypeSignature parseTypeSignature() {
570 * FormalTypeParameters_opt "(" TypeSignature* ")" ReturnType ThrowsSignature*
583 // "(" TypeSignature* ")"
584 private TypeSignature[] parseFormalParameters() {
587 TypeSignature[] pts = parseZeroOrMoreTypeSignatures();
593 // TypeSignature*
594 private TypeSignature[] parseZeroOrMoreTypeSignature
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DLLNI.java84 } catch (TypeSignature.SignatureException e) {
91 throws TypeSignature.SignatureException, Util.Exit {
136 throws TypeSignature.SignatureException {
153 TypeSignature newTypeSig = new TypeSignature(elems);
167 TypeSignature newTypeSig = new TypeSignature(elems);
412 throws TypeSignature.SignatureException, Util.Exit {
428 throws TypeSignature.SignatureException, Util.Exit {
440 throws TypeSignature
[all...]
H A DJNI.java87 TypeSignature newtypesig = new TypeSignature(elems);
129 } catch (TypeSignature.SignatureException e) {
H A DMangle.java117 int mtype) throws TypeSignature.SignatureException {
138 TypeSignature newTypeSig = new TypeSignature(elems);
H A DTypeSignature.java54 public class TypeSignature { class
80 public TypeSignature(Elements elems){ method in class:TypeSignature
/openjdk7/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationParser.java36 import sun.reflect.generics.tree.TypeSignature;
387 TypeSignature typeSig = parser.parseTypeSig(sig);

Completed in 66 milliseconds