org.siebengeisslein.pclass
Class PMigrationVariable

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.pclass.PLocalVariable
          extended by org.siebengeisslein.pclass.PMigrationVariable
All Implemented Interfaces:
Instrumented, CodeFragment, HasType, Variable

public class PMigrationVariable
extends PLocalVariable


Constructor Summary
PMigrationVariable(java.lang.String name, PType type)
           
 
Method Summary
 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.pclass.PLocalVariable
getName, getType, getTypeManager, isResolved, setName, setType
 
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

PMigrationVariable

public PMigrationVariable(java.lang.String name,
                          PType type)
Method Detail

visitGet

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

visitSet

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