Home | History | Annotate | Download | only in javassist

Lines Matching defs:Descriptor

60         this(Descriptor.of(type), name, declaring);
323 * called a field descriptor, which is defined in the JVM specification.
329 * a descriptor. To obtain a type signature, call the following
335 * @see javassist.bytecode.Descriptor
346 return Descriptor.toCtClass(fieldInfo.getDescriptor(),
355 fieldInfo.setDescriptor(Descriptor.of(clazz));
836 code.addPutfield(Bytecode.THIS, name, Descriptor.of(type));
849 code.addPutstatic(Bytecode.THIS, name, Descriptor.of(type));
937 code.addPutfield(Bytecode.THIS, name, Descriptor.of(type));
1015 code.addPutfield(Bytecode.THIS, name, Descriptor.of(type));
1055 code.addPutstatic(Bytecode.THIS, name, Descriptor.of(type));
1108 String typeDesc = Descriptor.of(type);
1147 String typeDesc = Descriptor.of(type);
1171 code.addPutfield(Bytecode.THIS, name, Descriptor.of(type));
1179 code.addPutstatic(Bytecode.THIS, name, Descriptor.of(type));
1204 code.addPutfield(Bytecode.THIS, name, Descriptor.of(type));
1212 code.addPutstatic(Bytecode.THIS, name, Descriptor.of(type));
1240 code.addPutfield(Bytecode.THIS, name, Descriptor.of(type));
1248 code.addPutstatic(Bytecode.THIS, name, Descriptor.of(type));
1276 code.addPutfield(Bytecode.THIS, name, Descriptor.of(type));
1284 code.addPutstatic(Bytecode.THIS, name, Descriptor.of(type));
1307 code.addPutfield(Bytecode.THIS, name, Descriptor.of(type));
1315 code.addPutstatic(Bytecode.THIS, name, Descriptor.of(type));
1347 code.addPutfield(Bytecode.THIS, name, Descriptor.of(type));
1355 code.addPutstatic(Bytecode.THIS, name, Descriptor.of(type));
1377 code.addPutfield(Bytecode.THIS, name, Descriptor.of(type));
1385 code.addPutstatic(Bytecode.THIS, name, Descriptor.of(type));