Uses of Class
org.jboss.jdeparser.JMethod
Packages that use JMethod
-
Uses of JMethod in org.jboss.jdeparser
Fields in org.jboss.jdeparser declared as JMethodFields in org.jboss.jdeparser with type parameters of type JMethodModifier and TypeFieldDescriptionJDefinedClass.constructorsSet of constructors for this class, if anyJDefinedClass.methodsSet of methods that are members of this classMethods in org.jboss.jdeparser that return JMethodModifier and TypeMethodDescriptionAdd an exception to the list of exceptions that this method may throw.JDefinedClass.constructor(int mods) Adds a constructor to this class.JDefinedClass.getConstructor(JType[] argTypes) Looks for a method that has the specified method signature and return it.Looks for a method that has the specified method signature and return it.Add a method to the list of method members of this JDefinedClass instance.Methods in org.jboss.jdeparser that return types with arguments of type JMethodModifier and TypeMethodDescriptionJDefinedClass.constructors()Returns an iterator that walks the constructors defined in this class.JDefinedClass.methods()Returns the set of methods defined in this class.Methods in org.jboss.jdeparser with parameters of type JMethodModifier and TypeMethodDescriptionJBlock.invoke(JExpression expr, JMethod method) Creates an invocation statement and adds it to this block.Creates an invocation statement and adds it to this block.static JInvocationJExpr.invoke(JExpression lhs, JMethod method) static JInvocationReturns "[this].[method]".final JInvocationfinal JInvocationJClass.staticInvoke(JMethod method) Generates a static method invocation.Constructors in org.jboss.jdeparser with parameters of type JMethodModifierConstructorDescription(package private)JInvocation(JClass type, JMethod method) (package private)JInvocation(JExpression object, JMethod method) privateJInvocation(JGenerable object, JMethod method)