-
alt.jiapi.reflect.JiapiClass.addMethod()
Adds a new method to this class. The signature is derived from given methods signature.
@param m JiapiMethod to be used as method signature
@return JiapiMethod which was added
@exception MethodExistsException if a method with a same name andparameter signature already exists
-
by.stub.yaml.stubs.StubRequest.addMethod()
-
cn.shenyanchao.ut.builder.ClassTypeBuilder.addMethod()
-
com.alibaba.citrus.util.internal.StaticFunctionDelegatorBuilder.addMethod()
-
com.alibaba.dubbo.common.bytecode.ClassGenerator.addMethod()
-
com.caucho.config.types.CustomBeanConfig.addMethod()
-
com.claritysys.jvm.classfile.ClassFile.addMethod()
-
com.dragome.compiler.ast.TypeDeclaration.addMethod()
-
com.facebook.swift.generator.template.ServiceContext.addMethod()
-
com.google.gwt.dev.jjs.ast.JClassType.addMethod()
-
com.google.gwt.dev.jjs.ast.JDeclaredType.addMethod()
Adds a method to this type.
-
com.google.opengse.webapp.codegen.ClassDefinition.addMethod()
-
com.google.test.metric.ClassInfo.addMethod()
-
com.oldratlee.cooma.internal.bytecode.ClassGenerator.addMethod()
-
com.sun.jdo.spi.persistence.utility.generator.JavaClassWriter.addMethod()
Adds a method to this class. Note that the type format in the return type and parameter type strings must be package style (that is - it can contain . but not / or $).
@param name The name of the method.
@param modifiers The modifier flags for this method.
@param returnType A string representing the return type of this method.
@param parameterNames A list of parameter names.
@param parameterTypes A list of parameter types.
@param exceptions A list of exceptions.
@param body The implementation block of the method. The body ofthe implementation is passed as an array so the line separators can be added by the implementation.
@param comments The comments shown just above the method. Thecomments are passed as an array so the line separators can be added by the implementation. Note that not all implementations will choose to make use of this comment.
@throws IOException If the method information cannot be added.
@see java.lang.reflect.Modifier
-
com.sun.jdo.spi.persistence.utility.generator.io.IOJavaClassWriter.addMethod()
Adds a method to this class. Note that the type format in the return type and parameter type strings must be package style (that is - it can contain . but not / or $).
@param name The name of the method.
@param modifiers The modifier flags for this method.
@param returnType A string representing the return type of this method.
@param parameterNames A list of parameter names.
@param parameterTypes A list of parameter types.
@param exceptions A list of exceptions.
@param body The implementation block of the method. The body ofthe implementation is passed as an array so the line separators can be added by the implementation.
@param comments The comments shown just above the method. Thecomments are passed as an array so the line separators can be added by the implementation. Note that not all implementations will choose to make use of this comment.
@see java.lang.reflect.Modifier
-
com.sun.org.apache.xalan.internal.xsltc.compiler.util.FilterGenerator.addMethod()
-
com.sun.org.apache.xalan.internal.xsltc.compiler.util.NodeCounterGenerator.addMethod()
-
com.sun.org.apache.xalan.internal.xsltc.compiler.util.NodeSortRecordFactGenerator.addMethod()
-
com.sun.org.apache.xalan.internal.xsltc.compiler.util.NodeSortRecordGenerator.addMethod()
-
com.thoughtworks.qdox.model.JavaClass.addMethod()
-
edu.umd.cs.findbugs.BugInstance.addMethod()
Add a method annotation. If this is the first method annotation added, it becomes the primary method annotation.
@param className name of the class containing the method
@param methodName name of the method
@param methodSig type signature of the method
@param isStatic true if the method is static, false otherwise
@return this object
-
gnu.bytecode.ClassType.addMethod()
-
javassist.CtClass.addMethod()
Adds a method.
-
javassist.bytecode.ClassFile.addMethod()
Appends a method to the class. If there is a bridge method with the same name and signature, then the bridge method is removed before a new method is added.
@throws DuplicateMemberException when the method is already included.
-
jminusminus.CLEmitter.addMethod()
Add a method. Instructions can subsequently be added to this method using the appropriate methods for adding instructions.
@param accessFlags access flags for the method.
@param name name of the method.
@param descriptor descriptor specifying the return type and the types of the formal parameters of the method.
@param exceptions exceptions thrown by the method, each being a name in fully qualified internal form.
@param isSynthetic whether this is a synthetic method?
-
jp.co.smg.endosnipe.javassist.CtClass.addMethod()
-
net.sf.joafip.store.entity.bytecode.agent.PackageNode.addMethod()
-
oracle.adf.model.adapter.dataformat.StructureDef.addMethod()
-
org.ajax4jsf.builder.model.JavaClass.addMethod()
-
org.allspice.bytecode.ClassDef.addMethod()
@param mdef
@return a classdef with the specified method added.
-
org.apache.bcel.generic.ClassGen.addMethod()
Add a method to this class.
@param m method to add
-
org.apache.catalina.deploy.SecurityCollection.addMethod()
Add an HTTP request method to be part of this web resource collection.
-
org.apache.cxf.tools.common.model.JavaInterface.addMethod()
-
org.apache.fop.events.model.EventProducerModel.addMethod()
Adds a model instance of an event method.
@param method the event method model
-
org.apache.geronimo.security.util.URLPattern.addMethod()
Add a method to the union of HTTP methods associated with this URL pattern. An empty string is short hand for the set of all HTTP methods.
@param method the HTTP method to be added to the set.
-
org.apache.hivemind.service.ClassFab.addMethod()
Adds a method. The method is a public instance method.
@return a method fabricator, used to add catch handlers.
@param modifiers Modifiers for the method (see {@link java.lang.reflect.Modifier}).
@param signature defines the name, return type, parameters and exceptions thrown
@param body The body of the method.
@throws org.apache.hivemind.ApplicationRuntimeException if a method with that signature has alreadybeen added, or if there is a Javassist compilation error
-
org.apache.hivemind.service.InterfaceFab.addMethod()
Adds the method to the interface. Interface methods are always public.
-
org.apache.isis.core.metamodel.facets.object.callbacks.PersistedCallbackFacet.addMethod()
-
org.apache.isis.core.metamodel.facets.object.callbacks.PersistingCallbackFacet.addMethod()
-
org.apache.isis.core.metamodel.facets.object.callbacks.RemovedCallbackFacet.addMethod()
-
org.apache.isis.core.metamodel.facets.object.callbacks.RemovingCallbackFacet.addMethod()
-
org.apache.openejb.jee.ExcludeList.addMethod()
-
org.apache.qpid.qmf2.common.SchemaObjectClass.addMethod()
Add a new Method.
@param name the name of the SchemaMethod.
@param value the SchemaMethod associated with "name".
-
org.apache.tapestry.enhance.EnhancementOperation.addMethod()
Adds a method to the enhanced class.
@param modifier as defined by {@link java.lang.reflect.Modifier}, typically {@link java.lang.reflect.Modifier#PUBLIC}
@param sig the method signature (defining name, return type, etc.)
@param methodBody a Javassist code snippet for the method body
@param location a location used to identify "why" the method was added; the location may later be used to describe conflicts. May not be null.
-
org.apache.tapestry.ioc.services.ClassFab.addMethod()
Adds a method. The method is a public instance method.
@return a method fabricator, used to add catch handlers.
@param modifiers Modifiers for the method (see {@link java.lang.reflect.Modifier}).
@param signature defines the name, return type, parameters and exceptions thrown
@param body The body of the method.
@throws RuntimeException if a method with that signature has already been added, or if there is a Javassist compilation error
-
org.apache.tapestry5.ioc.services.ClassFab.addMethod()
Adds a method. The method is a public instance method.
@param modifiers Modifiers for the method (see {@link java.lang.reflect.Modifier}).
@param signature defines the name, return type, parameters and exceptions thrown
@param body The body of the method.
@throws RuntimeException if a method with that signature has already been added, or if there is a Javassist compilation error
-
org.apache.tomcat.util.descriptor.web.SecurityCollection.addMethod()
Add an HTTP request method to be explicitly part of this web resource collection.
-
org.apache.xalan.xsltc.compiler.util.FilterGenerator.addMethod()
-
org.apache.xalan.xsltc.compiler.util.NodeCounterGenerator.addMethod()
-
org.apache.xalan.xsltc.compiler.util.NodeSortRecordFactGenerator.addMethod()
-
org.apache.xalan.xsltc.compiler.util.NodeSortRecordGenerator.addMethod()
-
org.aspectj.ajdt.internal.compiler.lookup.HelperInterfaceBinding.addMethod()
-
org.bouncycastle.openpgp.PGPEncryptedDataGenerator.addMethod()
Add a PBE encryption method to the encrypted object.
@param passPhrase
@throws NoSuchProviderException
@throws PGPException
-
org.browsermob.proxy.jetty.http.SecurityConstraint.addMethod()
@param method
-
org.byteliberi.easydriver.generator.model.ClassModel.addMethod()
Appends a method
@param method instance method
-
org.codehaus.groovy.ast.ClassNode.addMethod()
-
org.codehaus.groovy.ast.InnerClassNode.addMethod()
-
org.cojen.classfile.RuntimeClassFile.addMethod()
-
org.cx4a.rsense.ruby.RubyClass.addMethod()
-
org.cx4a.rsense.ruby.RubyModule.addMethod()
-
org.drools.core.rule.builder.dialect.asm.ClassGenerator.addMethod()
-
org.drools.rule.builder.dialect.asm.ClassGenerator.addMethod()
-
org.dyno.visual.swing.plugin.spi.IEventListenerModel.addMethod()
-
org.eclipse.xtend.lib.macro.declaration.MutableTypeDeclaration.addMethod()
Adds a new method with the given name to this type declaration.
@param name the name of the method
@param initializer a call back for further initialization of the method
@return the created method declaration
@throws UnsupportedOperationException if the underlying type declaration is not capable of containing methods.
@exception IllegalArgumentException if the name
is not a valid java identifier or the initializer
is null
-
org.exolab.javasource.JClass.addMethod()
Adds the given JMethod to this JClass
@param jMethod, the JMethod to add
@param importReturnType true if we add the importReturnType tothe class import lists. It could be useful to set it to false when all types are fully qualified.
@exception IllegalArgumentException when the givenJMethod has the same name of an existing JMethod.
-
org.exolab.javasource.JEnum.addMethod()
-
org.exoplatform.management.spi.ManagedTypeMetaData.addMethod()
-
org.hotswap.agent.javassist.CtClass.addMethod()
Adds a method.
-
org.jacoco.core.internal.analysis.ClassCoverageImpl.addMethod()
Add a method to this class.
@param method method data to add
-
org.jboss.classfilewriter.ClassFile.addMethod()
-
org.jboss.errai.codegen.framework.meta.impl.build.BuildMetaClass.addMethod()
-
org.jboss.errai.codegen.meta.impl.build.BuildMetaClass.addMethod()
-
org.jboss.forge.parser.java.JavaClass.addMethod()
-
org.jboss.forge.roaster.model.source.JavaClassSource.addMethod()
-
org.jibx.binding.classes.ContextMethodBuilder.addMethod()
-
org.jibx.binding.classes.ExceptionMethodBuilder.addMethod()
-
org.jibx.binding.classes.MethodBuilder.addMethod()
Add constructed method to class. Makes the method callable, generating the method information.
@return added method information
-
org.jruby.RubyClass.addMethod()
-
org.jruby.RubyModule.addMethod()
-
org.mule.model.resolvers.AbstractArgumentEntryPointResolver.addMethod()
-
org.mule.model.resolvers.ExplicitMethodEntryPointResolver.addMethod()
-
org.mule.model.resolvers.NoArgumentsEntryPointResolver.addMethod()
-
org.mybatis.generator.api.dom.java.InnerClass.addMethod()
-
org.mybatis.generator.api.dom.java.TopLevelClass.addMethod()
-
org.netbeans.modules.php.api.editor.PhpClass.addMethod()
-
org.openqa.jetty.http.SecurityConstraint.addMethod()
@param method
-
org.openquark.cal.internal.javamodel.JavaClassRep.addMethod()
Add a method to the class representation.
@param javaMethod the method to add.
-
org.sonatype.nexus.rest.model.PrivilegeResource.addMethod()
-
org.springframework.roo.classpath.details.ClassOrInterfaceTypeDetailsBuilder.addMethod()
-
ptolemy.copernicus.kernel.EntitySootClass.addMethod()
-
soot.SootClass.addMethod()
Adds the given method to this class.
-
soot.jimple.toolkits.thread.AbstractRuntimeThread.addMethod()