Package | Description |
---|---|
serp.bytecode |
Bytecode Manipuation
|
serp.bytecode.visitor |
Bytecode Visitor
|
Modifier and Type | Method and Description |
---|---|
Project |
InnerClass.getProject() |
Project |
BCEntity.getProject()
Return the project of the current class.
|
Project |
Annotation.getProject() |
Project |
Annotation.Property.getProject() |
Project |
Instruction.getProject() |
Project |
BCClass.getProject() |
Project |
LineNumber.getProject() |
Project |
Attribute.getProject() |
Project |
ExceptionHandler.getProject() |
Project |
BCMember.getProject() |
Project |
BCClassLoader.getProject()
Return this class loader's project.
|
Project |
Local.getProject() |
Constructor and Description |
---|
BCClassLoader(Project project)
Constructor.
|
BCClassLoader(Project project,
ClassLoader loader)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
BCVisitor.enterProject(Project obj) |
void |
PrettyPrintVisitor.enterProject(Project obj) |
void |
BCVisitor.exitProject(Project obj) |
void |
PrettyPrintVisitor.exitProject(Project obj) |
Copyright © 2002–2019. All rights reserved.