Package | Description |
---|---|
org.jboss.classfilewriter | |
org.jboss.classfilewriter.attributes | |
org.jboss.classfilewriter.code |
Modifier and Type | Method and Description |
---|---|
ClassMethod |
ClassFile.addConstructor(Constructor<?> method)
Adds a constructor with the same signiture as the given constrcutor, including exception types
|
ClassMethod |
ClassFile.addMethod(int accessFlags,
String name,
String returnType,
String... parameters) |
ClassMethod |
ClassFile.addMethod(Method method)
Adds a method with the same signiture as the given method, including exception types
|
Modifier and Type | Method and Description |
---|---|
Set<ClassMethod> |
ClassFile.getMethods() |
Constructor and Description |
---|
StackMapTableAttribute(ClassMethod classMethod,
ConstPool constPool) |
Constructor and Description |
---|
CodeAttribute(ClassMethod method,
ConstPool constPool) |
LocalVariableState(ClassMethod method)
construct the initial local variable state for a method
|
StackFrame(ClassMethod method)
Creates the initial stack frame
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.