org.apache.tools.ant.taskdefs.optional.sitraka.bytecode
Class MethodInfo
java.lang.Object
org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.MethodInfo
public final class MethodInfo
extends java.lang.Object
Method info structure.
- give a more appropriate name to methods.
MethodInfo
public MethodInfo()
getAccess
public String getAccess()
getAccessFlags
public int getAccessFlags()
getDescriptor
public String getDescriptor()
getFullSignature
public String getFullSignature()
getName
public String getName()
getNumberOfLines
public int getNumberOfLines()
getParametersType
public String[] getParametersType()
getReturnType
public String getReturnType()
getShortSignature
public String getShortSignature()
read
public void read(ConstantPool constantPool,
DataInputStream dis)
throws IOException
readCode
protected void readCode(ConstantPool constantPool,
DataInputStream dis)
throws IOException
toString
public String toString()
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.