Uses of Class
org.jboss.classfilewriter.ClassMethod
-
Packages that use ClassMethod Package Description org.jboss.classfilewriter org.jboss.classfilewriter.attributes org.jboss.classfilewriter.code -
-
Uses of ClassMethod in org.jboss.classfilewriter
Fields in org.jboss.classfilewriter with type parameters of type ClassMethod Modifier and Type Field Description private java.util.Set<ClassMethod>
ClassFile. methods
Methods in org.jboss.classfilewriter that return ClassMethod Modifier and Type Method Description ClassMethod
ClassFile. addConstructor(java.lang.reflect.Constructor<?> method)
Adds a constructor with the same signiture as the given constrcutor, including exception typesClassMethod
ClassFile. addMethod(int accessFlags, java.lang.String name, java.lang.String returnType, java.lang.String... parameters)
ClassMethod
ClassFile. addMethod(java.lang.reflect.Method method)
Adds a method with the same signiture as the given method, including exception typesMethods in org.jboss.classfilewriter that return types with arguments of type ClassMethod Modifier and Type Method Description java.util.Set<ClassMethod>
ClassFile. getMethods()
-
Uses of ClassMethod in org.jboss.classfilewriter.attributes
Fields in org.jboss.classfilewriter.attributes declared as ClassMethod Modifier and Type Field Description private ClassMethod
StackMapTableAttribute. method
Constructors in org.jboss.classfilewriter.attributes with parameters of type ClassMethod Constructor Description StackMapTableAttribute(ClassMethod classMethod, ConstPool constPool)
-
Uses of ClassMethod in org.jboss.classfilewriter.code
Fields in org.jboss.classfilewriter.code declared as ClassMethod Modifier and Type Field Description private ClassMethod
CodeAttribute. method
Constructors in org.jboss.classfilewriter.code with parameters of type ClassMethod Constructor Description CodeAttribute(ClassMethod method, ConstPool constPool)
LocalVariableState(ClassMethod method)
construct the initial local variable state for a methodStackFrame(ClassMethod method)
Creates the initial stack frame
-