Home
last modified time | relevance | path

Searched defs:addMethod (Results 1 – 22 of 22) sorted by relevance

/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/builders/
DNodeWithParametersBuildersTest.java42 MethodDeclaration addMethod = cu.addClass("test").addMethod("foo", Modifier.PUBLIC); in testAddParameter() local
55 MethodDeclaration addMethod = cu.addClass("test").addMethod("foo", Modifier.PUBLIC); in testGetParamByName() local
62 MethodDeclaration addMethod = cu.addClass("test").addMethod("foo", Modifier.PUBLIC); in testGetParamByType() local
DNodeWithMembersBuildersTest.java50 MethodDeclaration addMethod = classDeclaration.addMethod("foo", Modifier.PUBLIC); in testAddMethod() local
77 MethodDeclaration addMethod = classDeclaration.addMethod("foo", Modifier.PUBLIC); in testGetMethodsWithName() local
87 MethodDeclaration addMethod = classDeclaration.addMethod("foo", Modifier.PUBLIC); in testGetMethods() local
DNodeWithThrownExceptionsBuildersTest.java40 MethodDeclaration addMethod = cu.addClass("test").addMethod("foo", Modifier.PUBLIC); in testThrows() local
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DTypeWriter.java49 public MethodWriter addMethod(TypeWriter returnType, String name) { in addMethod() method in TypeWriter
55 public MethodWriter addMethod(TypeMirror returnType, String name) { in addMethod() method in TypeWriter
62 public MethodWriter addMethod(TypeName returnType, String name) { in addMethod() method in TypeWriter
68 public MethodWriter addMethod(Class<?> returnType, String name) { in addMethod() method in TypeWriter
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DServerServiceDefinition.java100 public <ReqT, RespT> Builder addMethod( in addMethod() method in ServerServiceDefinition.Builder
108 public <ReqT, RespT> Builder addMethod(ServerMethodDefinition<ReqT, RespT> def) { in addMethod() method in ServerServiceDefinition.Builder
DServiceDescriptor.java165 public Builder addMethod(MethodDescriptor<?, ?> method) { in addMethod() method in ServiceDescriptor.Builder
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/remove/
DNodeRemovalTest.java63 MethodDeclaration addMethod = testClass.addMethod("testM"); in testRemoveStatementFromMethodBody() local
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DReflectionLongAdderCounter.java32 private static final Method addMethod; field in ReflectionLongAdderCounter
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DMutableClass.java73 public void addMethod(MethodNode methodNode) { in addMethod() method in MutableClass
/external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/
DGenerator.java76 private void addMethod( in addMethod() method in Generator
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DClassCoverageImpl.java59 public void addMethod(final IMethodCoverage method) { in addMethod() method in ClassCoverageImpl
/external/proguard/src/proguard/
DClassSpecification.java199 public void addMethod(MemberSpecification methodSpecification) in addMethod() method in ClassSpecification
/external/proguard/src/proguard/classfile/editor/
DClassEditor.java190 public void addMethod(Method method) in addMethod() method in ClassEditor
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/nodeTypes/
DNodeWithMembers.java162 default MethodDeclaration addMethod(String methodName, Modifier... modifiers) { in addMethod() method
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithMembers.java209 default MethodDeclaration addMethod(String methodName, Modifier... modifiers) { in addMethod() method
/external/jdiff/src/jdiff/
DXMLToAPI.java298 public static void addMethod(String name, String returnType, in addMethod() method in XMLToAPI
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DClassGen.java287 public void addMethod( final Method m ) { in addMethod() method in ClassGen
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java593 public int addMethod (final Method_info method) in addMethod() method in ClassDef
/external/javapoet/src/main/java/com/squareup/javapoet/
DTypeSpec.java571 public Builder addMethod(MethodSpec methodSpec) { in addMethod() method in TypeSpec.Builder
/external/proguard/src/proguard/gui/
DGUIResources.properties607 addMethod = Add method... key
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp2267 TIntermTyped* TIntermediate::addMethod(TIntermTyped* object, const TType& type, const TString* name… in addMethod() function in glslang::TIntermediate
/external/doclava/src/com/google/doclava/
DClassInfo.java944 public void addMethod(MethodInfo method) { in addMethod() method in ClassInfo