|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.transjvm.TMethod
public class TMethod
A class representing a method.
Constructor Summary | |
---|---|
TMethod(java.lang.String name,
int flags,
Frame frame,
TypeID returnType,
Statement code)
Constructs a TMethod object |
Method Summary | |
---|---|
void |
synthetic()
Marks this member as synthetic, ie it does not appear in the source code. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TMethod(java.lang.String name, int flags, Frame frame, TypeID returnType, Statement code)
name
- Name of the methodflags
- The flagsframe
- The stack frame.returnType
- The return type.code
- The executable code for this method.Flags
Method Detail |
---|
public void synthetic()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |