|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.expr.ComputedExpression
net.sf.saxon.instruct.Instruction
net.sf.saxon.instruct.TraceWrapper
net.sf.saxon.instruct.TraceInstruction
public class TraceInstruction
A run-time instruction which wraps a real instruction and traces its entry and exit to the TraceListener
Field Summary | |
---|---|
(package private) InstructionInfo |
details
|
Fields inherited from class net.sf.saxon.instruct.TraceWrapper |
---|
child |
Fields inherited from class net.sf.saxon.expr.ComputedExpression |
---|
locationId, staticProperties |
Fields inherited from interface net.sf.saxon.expr.Expression |
---|
EVALUATE_METHOD, ITERATE_METHOD, PROCESS_METHOD |
Constructor Summary | |
---|---|
TraceInstruction(Expression child,
InstructionInfo details)
Create a Trace instruction |
Method Summary | |
---|---|
InstructionInfo |
getInstructionInfo()
Get the instruction details |
Methods inherited from class net.sf.saxon.instruct.TraceWrapper |
---|
computeDependencies, createsNewNodes, display, evaluateItem, getCardinality, getDependencies, getInstructionNameCode, getItemType, iterate, iterateSubExpressions, optimize, processLeavingTail, promote, simplify, typeCheck |
Methods inherited from class net.sf.saxon.instruct.Instruction |
---|
appendItem, assembleParams, assembleTunnelParams, computeCardinality, computeSpecialProperties, dynamicError, evaluateAsString, getImplementationMethod, getSourceLocator, isXSLT, process, promoteInst |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.xml.transform.SourceLocator |
---|
getColumnNumber, getLineNumber, getPublicId, getSystemId |
Field Detail |
---|
InstructionInfo details
Constructor Detail |
---|
public TraceInstruction(Expression child, InstructionInfo details)
child
- the "real" instruction to be tracedMethod Detail |
---|
public InstructionInfo getInstructionInfo()
getInstructionInfo
in interface InstructionInfoProvider
getInstructionInfo
in class Instruction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |