Searched refs:classValue (Results 1 – 4 of 4) sorted by relevance
39 constantArgumentsForBootstrapMethod = {@Constant(classValue = TestLinkerUnrelatedBSM.class)}65 constantArgumentsForBootstrapMethod = {@Constant(classValue = TestLinkerUnrelatedBSM.class)}
63 @Constant(classValue = TestLinkerMethodMultipleArgumentTypes.class),
44 Class<?>[] classValue() default {}; in classValue() method
148 } else if (constant.classValue().length == 1) { in visitMethod()149 return Type.getType(constant.classValue()[0]); in visitMethod()