org.mvel2.util
Class StaticFieldStub

java.lang.Object
  extended by org.mvel2.util.StaticFieldStub
All Implemented Interfaces:
Serializable, StaticStub

public class StaticFieldStub
extends Object
implements StaticStub

Author:
Mike Brock
See Also:
Serialized Form

Constructor Summary
StaticFieldStub(Field field)
           
 
Method Summary
 Object call(Object ctx, Object thisCtx, VariableResolverFactory factory, Object[] parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticFieldStub

public StaticFieldStub(Field field)
Method Detail

call

public Object call(Object ctx,
                   Object thisCtx,
                   VariableResolverFactory factory,
                   Object[] parameters)
Specified by:
call in interface StaticStub


Copyright © 2011. All Rights Reserved.