public class ClassModel.ClassModelMethod extends Object
Constructor and Description |
---|
ClassModelMethod(ByteReader _byteReader,
int _index) |
Modifier and Type | Method and Description |
---|---|
int |
getAccessFlags() |
ClassModel.AttributePool |
getAttributePool() |
ClassModel |
getClassModel() |
byte[] |
getCode() |
ClassModel.AttributePool.CodeEntry |
getCodeEntry() |
ClassModel.ConstantPool |
getConstantPool() |
String |
getDescriptor() |
int |
getDescriptorIndex() |
ClassModel.ConstantPool.UTF8Entry |
getDescriptorUTF8Entry() |
int |
getIndex() |
ClassModel.AttributePool.LineNumberTableEntry |
getLineNumberTableEntry() |
ClassModel.LocalVariableInfo |
getLocalVariable(int _pc,
int _index) |
ClassModel.LocalVariableTableEntry |
getLocalVariableTableEntry() |
String |
getName() |
int |
getNameIndex() |
ClassModel.ConstantPool.UTF8Entry |
getNameUTF8Entry() |
ClassModel |
getOwnerClassModel() |
boolean |
isStatic() |
String |
toString() |
public ClassModelMethod(ByteReader _byteReader, int _index)
public int getAccessFlags()
public boolean isStatic()
public ClassModel.AttributePool getAttributePool()
public ClassModel.AttributePool.CodeEntry getCodeEntry()
public String getDescriptor()
public int getDescriptorIndex()
public ClassModel.ConstantPool.UTF8Entry getDescriptorUTF8Entry()
public int getIndex()
public String getName()
public int getNameIndex()
public ClassModel.ConstantPool.UTF8Entry getNameUTF8Entry()
public ClassModel.ConstantPool getConstantPool()
public ClassModel.AttributePool.LineNumberTableEntry getLineNumberTableEntry()
public ClassModel.LocalVariableTableEntry getLocalVariableTableEntry()
public ClassModel.LocalVariableInfo getLocalVariable(int _pc, int _index)
public byte[] getCode()
public ClassModel getClassModel()
public ClassModel getOwnerClassModel()
Copyright © 2016 Syncleus. All rights reserved.