org.mvel2.util
Interface StaticStub

All Superinterfaces:
Serializable
All Known Implementing Classes:
MethodStub, StaticFieldStub

public interface StaticStub
extends Serializable

Author:
Mike Brock

Method Summary
 Object call(Object ctx, Object thisCtx, VariableResolverFactory factory, Object[] parameters)
           
 

Method Detail

call

Object call(Object ctx,
            Object thisCtx,
            VariableResolverFactory factory,
            Object[] parameters)
            throws IllegalAccessException,
                   InvocationTargetException
Throws:
IllegalAccessException
InvocationTargetException


Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.