|
RECODER 0.92 | |||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectrecoder.bytecode.ByteCodeElement
recoder.bytecode.MemberInfo
public abstract class MemberInfo
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface recoder.abstraction.ProgramModelElement |
|---|
ProgramModelElement.LexicalOrder |
| Field Summary | |
|---|---|
protected ClassFile |
parent
|
| Fields inherited from class recoder.bytecode.ByteCodeElement |
|---|
accessFlags, service |
| Fields inherited from interface recoder.abstraction.ProgramModelElement |
|---|
LEXICAL_ORDER |
| Fields inherited from interface recoder.bytecode.AccessFlags |
|---|
ABSTRACT, ANNOTATION, BRIDGE, ENUM, FINAL, INTERFACE, NATIVE, PRIVATE, PROTECTED, PUBLIC, STATIC, STRICT, SUPER, SYNCHRONIZED, SYNTHETIC, TRANSIENT, VARARGS, VOLATILE |
| Constructor Summary | |
|---|---|
MemberInfo(int accessFlags,
java.lang.String name,
ClassFile parent)
|
|
| Method Summary | |
|---|---|
java.util.List<AnnotationUseInfo> |
getAnnotations()
Returns a list of Annotations. |
ClassType |
getContainingClassType()
Returns the logical parent type of this member. |
ClassFile |
getParent()
|
void |
setParent(ClassFile parent)
|
| Methods inherited from class recoder.bytecode.ByteCodeElement |
|---|
getAccessFlags, getName, getProgramModelInfo, getTypeName, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictFp, isSynchronized, setAccessFlags, setProgramModelInfo, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface recoder.abstraction.Member |
|---|
isFinal, isPrivate, isProtected, isPublic, isStatic, isStrictFp |
| Methods inherited from interface recoder.abstraction.ProgramModelElement |
|---|
getBinaryName, getFullName, getProgramModelInfo, setProgramModelInfo |
| Methods inherited from interface recoder.NamedModelElement |
|---|
getName |
| Methods inherited from interface recoder.ModelElement |
|---|
validate |
| Field Detail |
|---|
protected ClassFile parent
| Constructor Detail |
|---|
public MemberInfo(int accessFlags,
java.lang.String name,
ClassFile parent)
| Method Detail |
|---|
public void setParent(ClassFile parent)
public ClassFile getParent()
public ClassType getContainingClassType()
Member
getContainingClassType in interface Memberpublic java.util.List<AnnotationUseInfo> getAnnotations()
Member
getAnnotations in interface Member
|
RECODER 0.92 | |||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||