|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.transjvm.TMethod net.sf.transjvm.TConstructor
public class TConstructor
A class representing a constructor
Constructor Summary | |
---|---|
TConstructor(int flags,
Frame frame,
Statement code)
Creates a new TConstructor 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 TConstructor(int flags, Frame frame, Statement code)
flags
- The flags for this constructor.frame
- The stack frame.code
- The executable code for this constructor.Flags
Method Detail |
---|
public void synthetic()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |