|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.transjvm.TField
public class TField
A class representing a field.
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 |
---|
public TField(java.lang.String name, int flags, TypeID type)
name
- Name of the fieldflags
- The flags for this field.type
- The type of this field.Flags
Method Detail |
---|
public void synthetic()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |