net.sf.oval.context
Class ClassContext

java.lang.Object
  extended by net.sf.oval.context.OValContext
      extended by net.sf.oval.context.ClassContext
All Implemented Interfaces:
Serializable

public class ClassContext
extends OValContext

Author:
Sebastian Thomschke
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.oval.context.OValContext
compileTimeType
 
Constructor Summary
ClassContext(Class<?> clazz)
           
 
Method Summary
 Class<?> getClazz()
           
 String toString()
          
 
Methods inherited from class net.sf.oval.context.OValContext
getCompileTimeType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassContext

public ClassContext(Class<?> clazz)
Method Detail

getClazz

public Class<?> getClazz()
Returns:
the clazz

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.