Home | History | Annotate | Download | only in javassist

Lines Matching defs:charType

82     public static CtClass charType;
137 charType = new CtPrimitiveType("char", 'C', "java.lang.Character",
140 primitiveTypes[1] = charType;