public class WithParam extends GeneralVariable
evaluationMode, nameCode, referenceCount, requiredType, select, slotNumberlocationId, staticPropertiesEVALUATE_METHOD, ITERATE_METHOD, PROCESS_METHOD| Constructor and Description |
|---|
WithParam() |
| Modifier and Type | Method and Description |
|---|---|
ValueRepresentation |
evaluateVariable(XPathContext context)
Evaluate the variable (method exists only to satisfy the interface)
|
int |
getInstructionNameCode()
Get the namecode of the instruction for use in diagnostics
|
static void |
getXPathExpressions(WithParam[] params,
java.util.List list)
Get the XPath expressions used in an array of WithParam parameters (add them to the supplied list)
|
static void |
optimize(Optimizer opt,
WithParam[] params,
StaticContext env,
ItemType contextItemType) |
TailCall |
processLeavingTail(XPathContext context)
ProcessLeavingTail: called to do the real work of this instruction.
|
static void |
promoteParams(WithParam[] params,
PromotionOffer offer)
Promote the expressions in a set of with-param elements.
|
static boolean |
replaceXPathExpression(WithParam[] params,
Expression original,
Expression replacement)
Replace a subexpression
|
static void |
simplify(WithParam[] params,
StaticContext env) |
static void |
typeCheck(WithParam[] params,
StaticContext env,
ItemType contextItemType) |
display, evaluateItem, getCardinality, getItemType, getLocalSlotNumber, getNameCode, getRequiredType, getSelectExpression, getSelectValue, getSlotNumber, getVariableFingerprint, getVariableName, init, isAssignable, isGlobal, isImplicitlyRequiredParam, isRequiredParam, isTunnelParam, iterate, iterateSubExpressions, optimize, promoteInst, replaceSubExpression, setAssignable, setImplicitlyRequiredParam, setNameCode, setReferenceCount, setRequiredParam, setRequiredType, setSelectExpression, setSlotNumber, setTunnel, setVariableName, simplify, typeCheckappendItem, assembleParams, assembleTunnelParams, computeCardinality, computeSpecialProperties, createsNewNodes, dynamicError, evaluateAsString, getImplementationMethod, getInstructionInfo, getSourceLocator, isXSLT, process, promoteadoptChildExpression, checkPermittedContents, computeDependencies, computeStaticProperties, doPromotion, dynamicError, effectiveBooleanValue, getColumnNumber, getConstructType, getDependencies, getExecutable, getHostLanguage, getIntrinsicDependencies, getLineNumber, getLocationId, getLocationProvider, getParentExpression, getPublicId, getSlotsUsed, getSpecialProperties, getSystemId, hasBadParentPointer, markTailFunctionCalls, resetStaticProperties, setLocationId, setParentExpression, setParentExpression, suppressValidation, typeErrorpublic int getInstructionNameCode()
InstructiongetInstructionNameCode in class GeneralVariablepublic TailCall processLeavingTail(XPathContext context) throws XPathException
InstructionprocessLeavingTail in interface TailCallReturnerprocessLeavingTail in class Instructioncontext - The dynamic context of the transformation, giving access to the current node,
the current variables, etc.XPathExceptionpublic static void simplify(WithParam[] params, StaticContext env) throws XPathException
XPathExceptionpublic static void typeCheck(WithParam[] params, StaticContext env, ItemType contextItemType) throws XPathException
XPathExceptionpublic static void optimize(Optimizer opt, WithParam[] params, StaticContext env, ItemType contextItemType) throws XPathException
XPathExceptionpublic static void promoteParams(WithParam[] params, PromotionOffer offer) throws XPathException
XPathExceptionpublic static void getXPathExpressions(WithParam[] params, java.util.List list)
public static boolean replaceXPathExpression(WithParam[] params, Expression original, Expression replacement)
public ValueRepresentation evaluateVariable(XPathContext context) throws XPathException
XPathException