Searched refs:nested (Results 1 – 4 of 4) sorted by relevance
198 default ClassDesc nested(String nestedName) { in nested() method218 default ClassDesc nested(String firstNestedName, String... moreNestedNames) { in nested() method227 ? nested(firstNestedName) in nested()228 … : nested(firstNestedName + Stream.of(moreNestedNames).collect(joining("$", "$", ""))); in nested()
121 public static final ClassDesc CD_MethodHandles_Lookup = CD_MethodHandles.nested("Lookup");151 public static final ClassDesc CD_EnumDesc = CD_Enum.nested("EnumDesc");163 public static final ClassDesc CD_VarHandleDesc = CD_VarHandle.nested("VarHandleDesc");166 … public static final ClassDesc CD_MethodHandleDesc_Kind = CD_DirectMethodHandleDesc.nested("Kind");
131 … "A", ClassDesc.of("test.java.lang.constant.DynamicConstantDescTest").nested("MyEnum"), in call()146 ClassDesc[] args = {ClassDesc.of("java.lang.invoke.MethodHandles").nested("Lookup"), in boostrapMethodForEnumConstant()
166 // Negation with nested char class and intersection