org.siebengeisslein.pclass
Class ThisVariable

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

public class ThisVariable
extends PLocalVariable


Field Summary
static java.lang.String NAME
           
 
Constructor Summary
ThisVariable(PClass clazz)
           
 
Method Summary
 
Methods inherited from class org.siebengeisslein.pclass.PLocalVariable
getName, getType, getTypeManager, isResolved, setName, setType, visitGet, visitSet
 
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
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

ThisVariable

public ThisVariable(PClass clazz)