Searched refs:builderMethod (Results 1 – 4 of 4) sorted by relevance
209 @Override public int getMethodAccessFlags(@Nonnull BuilderMethod builderMethod) {210 return builderMethod.accessFlags;227 … @Override public BuilderAnnotationSet getMethodAnnotations(@Nonnull BuilderMethod builderMethod) {228 if (builderMethod.annotations.isEmpty()) {231 return builderMethod.annotations;270 public Iterable<? extends DebugItem> getDebugItems(@Nonnull BuilderMethod builderMethod) {271 MethodImplementation impl = builderMethod.getImplementation();287 @Override public int getRegisterCount(@Nonnull BuilderMethod builderMethod) {288 MethodImplementation impl = builderMethod.getImplementation();296 public Iterable<? extends Instruction> getInstructions(@Nonnull BuilderMethod builderMethod) {[all …]
74 … @Override public BuilderMethodReference getMethodReference(@Nonnull BuilderMethod builderMethod) { in getMethodReference() argument75 return builderMethod.methodReference; in getMethodReference()88 …l @Override public BuilderMethodProtoReference getPrototype(@Nonnull BuilderMethod builderMethod) { in getPrototype() argument89 return builderMethod.methodReference.proto; in getPrototype()96 @Override public int getMethodIndex(@Nonnull BuilderMethod builderMethod) { in getMethodIndex() argument97 return builderMethod.methodReference.index; in getMethodIndex()
370 MethodWriter builderMethod = addBuilderMethodFromSpec(builderWriter, specMethod); in addBuilderMethods() local373 builderMethod.addParameter(builderMethodType, parameterName); in addBuilderMethods()374 builderMethod.body().addSnippet(nullCheck(parameterName)); in addBuilderMethods()377 builderMethod.body().addSnippet("this.%s = %s;", in addBuilderMethods()380 addBuilderMethodReturnStatementForSpec(specMethod, builderMethod); in addBuilderMethods()383 builderMethod.body() in addBuilderMethods()386 addBuilderMethodReturnStatementForSpec(specMethod, builderMethod); in addBuilderMethods()389 builderMethod in addBuilderMethods()403 MethodWriter builderMethod = builderWriter.addMethod( in addBuilderMethods() local406 builderMethod.addModifiers(PUBLIC); in addBuilderMethods()[all …]
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...