net.sf.oval.context
Class MethodEntryContext

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

public class MethodEntryContext
extends OValContext

Author:
Sebastian Thomschke
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.oval.context.OValContext
compileTimeType
 
Constructor Summary
MethodEntryContext(Method method)
           
 
Method Summary
 Method getMethod()
           
 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

MethodEntryContext

public MethodEntryContext(Method method)
Method Detail

getMethod

public Method getMethod()
Returns:
Returns the method.

toString

public String toString()

Overrides:
toString in class Object


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