net.sf.transjvm
Class TField

java.lang.Object
  extended by net.sf.transjvm.TField

public class TField
extends java.lang.Object

A class representing a field.

Author:
Mark Shannon

Constructor Summary
TField(java.lang.String name, int flags, TypeID type)
          Constructs a TField 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

TField

public TField(java.lang.String name,
              int flags,
              TypeID type)
Constructs a TField object

Parameters:
name - Name of the field
flags - The flags for this field.
type - The type of this field.
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