org.siebengeisslein.pclass
Class PUnknownField

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.pclass.PUnknownField
All Implemented Interfaces:
Instrumented, CodeFragment, PField, Variable

public class PUnknownField
extends Persistent
implements PField


Constructor Summary
PUnknownField(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 PType getOwner()
           
 PType getType()
           
 boolean isPublic()
           
 boolean isStatic()
           
 void visitGet(PClass clazz, org.objectweb.asm.MethodVisitor mv, Frame frame)
           
 void visitSet(PClass clazz, org.objectweb.asm.MethodVisitor mv, Frame frame)
           
 
Methods inherited from class org.siebengeisslein.client.Persistent
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PUnknownField

public PUnknownField(java.lang.String name)
Method Detail

getOwner

public PType getOwner()
Specified by:
getOwner in interface PField

isStatic

public boolean isStatic()
Specified by:
isStatic in interface PField

getType

public PType getType()
Specified by:
getType in interface PField
Specified by:
getType in interface Variable

getName

public java.lang.String getName()
Specified by:
getName in interface PField
Specified by:
getName in interface Variable

visitGet

public void visitGet(PClass clazz,
                     org.objectweb.asm.MethodVisitor mv,
                     Frame frame)
Specified by:
visitGet in interface Variable

visitSet

public void visitSet(PClass clazz,
                     org.objectweb.asm.MethodVisitor mv,
                     Frame frame)
Specified by:
visitSet in interface Variable

isPublic

public boolean isPublic()
Specified by:
isPublic in interface PField