com.oldlight.weaver.interpreter
Class WeaverInterpreter
java.lang.Object
com.oldlight.weaver.interpreter.WeaverInterpreter
- public class WeaverInterpreter
- extends Object
- Author:
- PHarvey
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
strategies
private static final HashMap strategies
application
private WeaverApplication application
l
private Logger l
WeaverInterpreter
public WeaverInterpreter(WeaverApplication theApplication)
isGuardPassed
public boolean isGuardPassed(WeaverExecutionContextImpl context,
WeaverPredicate guard)
runRequest
public void runRequest(WeaverExecutionContextImpl context,
WeaverPrivateExecutionContext privateContext,
WeaverWadSection section)
throws WeaverExecutionException
- Throws:
WeaverExecutionException
runRequest
private void runRequest(WeaverExecutionContextImpl context,
WeaverPrivateExecutionContext privateContext,
WeaverWadSection section,
boolean resortToDefaults,
boolean noMatchIsOk)
throws WeaverExecutionException
- Throws:
WeaverExecutionException