Uses of Class
com.schibsted.spt.data.jslt.impl.DotExpression
Packages that use DotExpression
Package
Description
This package contains implementation-internal interfaces and classes.
-
Uses of DotExpression in com.schibsted.spt.data.jslt.impl
Subclasses of DotExpression in com.schibsted.spt.data.jslt.implModifier and TypeClassDescriptionclassThese expression cannot be generated in the syntax, but are used to mark that an object matcher (* : .) is being used inside an array, which is not allowed.Fields in com.schibsted.spt.data.jslt.impl declared as DotExpressionMethods in com.schibsted.spt.data.jslt.impl with parameters of type DotExpressionModifier and TypeMethodDescriptionvoidAbstractInvocationExpression.computeMatchContexts(DotExpression parent) voidAbstractNode.computeMatchContexts(DotExpression parent) voidAbstractOperator.computeMatchContexts(DotExpression parent) voidArrayExpression.computeMatchContexts(DotExpression parent) voidExpressionNode.computeMatchContexts(DotExpression parent) voidForExpression.computeMatchContexts(DotExpression parent) voidFunctionDeclaration.computeMatchContexts(DotExpression parent) voidIfExpression.computeMatchContexts(DotExpression parent) voidLetExpression.computeMatchContexts(DotExpression parent) voidMatcherExpression.computeMatchContexts(DotExpression parent) voidObjectExpression.computeMatchContexts(DotExpression parent) voidPairExpression.computeMatchContexts(DotExpression parent) voidPipeOperator.computeMatchContexts(DotExpression parent)