Searched defs:typeDesc (Results 1 – 3 of 3) sorted by relevance
96 private CtField(String typeDesc, String name, CtClass clazz) in CtField()1108 String typeDesc = Descriptor.of(type); in compile() local1147 String typeDesc = Descriptor.of(type); in compileIfStatic() local
610 char typeDesc = 'L'; in addParameter2() local
573 public void recordVariable(String typeDesc, String varName, int varNo, in recordVariable()