|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.janino.ClassFile.MethodInfo
This class represents a "method_info" structure, as defined by the JVM specification.
Constructor Summary | |
ClassFile.MethodInfo(short accessFlags,
java.lang.String name,
java.lang.String descriptor)
Initialize the "method_info" structure. |
Method Summary | |
ClassFile.CodeAttribute |
getCodeAttribute()
Create the "Code" attribute, if it does not yet exist. |
void |
store(java.io.DataOutputStream dos)
Write this object to a DataOutputStream , in the format
defined by the JVM specification. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public ClassFile.MethodInfo(short accessFlags, java.lang.String name, java.lang.String descriptor)
Method Detail |
public void store(java.io.DataOutputStream dos) throws java.io.IOException
DataOutputStream
, in the format
defined by the JVM specification.public ClassFile.CodeAttribute getCodeAttribute()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |