|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScriptNode | |
---|---|
net.sf.sasl.aop | |
net.sf.sasl.aop.logging | |
net.sf.sasl.aop.monitoring.execution.time | |
net.sf.sasl.language.placeholder.aop.interpreter | |
net.sf.sasl.language.placeholder.syntax |
Uses of ScriptNode in net.sf.sasl.aop |
---|
Methods in net.sf.sasl.aop with parameters of type ScriptNode | |
---|---|
protected String |
AbstractPlaceholderScriptUsingAspect.runInterpreter(ScriptNode script,
TargetMethodExecutionPhase executionPhase,
org.aopalliance.intercept.MethodInvocation invocation,
Object returnValue,
Throwable occuredException,
Map<String,Object> environmentVariables)
Creates a placeholder script interpreter environment and runs the interpreter for the given placeholder script and returns the interpreted output of the script. |
Uses of ScriptNode in net.sf.sasl.aop.logging |
---|
Methods in net.sf.sasl.aop.logging that return ScriptNode | |
---|---|
ScriptNode |
LogConfiguration.getLogScript()
|
Methods in net.sf.sasl.aop.logging with parameters of type ScriptNode | |
---|---|
void |
LogConfiguration.setLogScript(ScriptNode logScript)
Sets the log script which should get interpreted by a placeholder script interpreter to generate the log output. |
Uses of ScriptNode in net.sf.sasl.aop.monitoring.execution.time |
---|
Methods in net.sf.sasl.aop.monitoring.execution.time that return ScriptNode | |
---|---|
ScriptNode |
PlaceholderScriptMessage.getMessage()
Returns the message text of the message as a placeholder script. |
ScriptNode |
PlaceholderScriptMessage.getSubject()
Returns the subject of the message as a placeholder script. |
Uses of ScriptNode in net.sf.sasl.language.placeholder.aop.interpreter |
---|
Constructors in net.sf.sasl.language.placeholder.aop.interpreter with parameters of type ScriptNode | |
---|---|
ASTInterpreter(ScriptNode script,
IPlaceholderResolverSymbolTable symbolTable,
IEnvironment environment)
|
|
ASTInterpreter(ScriptNode script,
List<IPlaceholderResolver> resolverList,
IEnvironment environment)
|
Uses of ScriptNode in net.sf.sasl.language.placeholder.syntax |
---|
Methods in net.sf.sasl.language.placeholder.syntax that return ScriptNode | |
---|---|
ScriptNode |
PlaceholderScriptParser.getParsedAST()
Returns the parsed abstract syntax tree. |
ScriptNode |
PlaceholderScriptParser.parse()
Tries to parse the input if not already parsed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |