static class CopiedOverriddenMethod.CodeInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
access |
private org.apache.bcel.classfile.Code |
code |
private java.util.Set<java.lang.String> |
exceptions |
Constructor and Description |
---|
CodeInfo(org.apache.bcel.classfile.Code c,
org.apache.bcel.classfile.ExceptionTable et,
int acc) |
Modifier and Type | Method and Description |
---|---|
int |
getAccess() |
org.apache.bcel.classfile.Code |
getCode() |
boolean |
hasExceptions() |
void |
removeException(java.lang.String ex) |
java.lang.String |
toString() |
private org.apache.bcel.classfile.Code code
private java.util.Set<java.lang.String> exceptions
private int access
public CodeInfo(org.apache.bcel.classfile.Code c, org.apache.bcel.classfile.ExceptionTable et, int acc)
public org.apache.bcel.classfile.Code getCode()
public void removeException(java.lang.String ex)
public boolean hasExceptions()
public int getAccess()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2019 MeBigFatGuy.com. All Rights Reserved.