| Package | Description |
|---|---|
| org.jboss.classfilewriter | |
| org.jboss.classfilewriter.attributes | |
| org.jboss.classfilewriter.code |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
Set<ClassMethod> |
ClassFile.getMethods() |
| Constructor | Description |
|---|---|
StackMapTableAttribute(ClassMethod classMethod,
ConstPool constPool) |
| Constructor | 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. All rights reserved.