CodeInjector
public class XSLTTraceCodeInjector extends TraceCodeInjector
Constructor | Description |
---|---|
XSLTTraceCodeInjector() |
Modifier and Type | Method | Description |
---|---|---|
Expression |
inject(Expression exp,
StaticContext env,
int construct,
StructuredQName qName) |
If tracing, wrap an expression in a trace instruction
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
injectClause
public Expression inject(Expression exp, StaticContext env, int construct, StructuredQName qName)
inject
in interface CodeInjector
inject
in class TraceCodeInjector
exp
- the expression to be wrappedenv
- the static contextconstruct
- integer constant identifying the kind of constructqName
- the name of the construct (if applicable)