net.sf.transjvm
Class TConstructor

java.lang.Object
  extended by net.sf.transjvm.TMethod
      extended by net.sf.transjvm.TConstructor

public class TConstructor
extends TMethod

A class representing a constructor

Author:
Mark Shannon

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

TConstructor

public TConstructor(int flags,
                    Frame frame,
                    Statement code)
Creates a new TConstructor object

Parameters:
flags - The flags for this constructor.
frame - The stack frame.
code - The executable code for this constructor.
See Also:
Flags
Method Detail

synthetic

public void synthetic()
Marks this member as synthetic, ie it does not appear in the source code.



Copyright 2004-5, Mark Shannon