Uses of Class
com.schibsted.spt.data.jslt.impl.DotExpression
-
Packages that use DotExpression Package Description com.schibsted.spt.data.jslt.impl 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.impl Modifier and Type Class Description class
FailDotExpression
These 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 DotExpression Modifier and Type Field Description private DotExpression
ObjectExpression. contextQuery
Methods in com.schibsted.spt.data.jslt.impl with parameters of type DotExpression Modifier and Type Method Description void
AbstractInvocationExpression. computeMatchContexts(DotExpression parent)
void
AbstractNode. computeMatchContexts(DotExpression parent)
void
AbstractOperator. computeMatchContexts(DotExpression parent)
void
ArrayExpression. computeMatchContexts(DotExpression parent)
void
ExpressionNode. computeMatchContexts(DotExpression parent)
void
ForExpression. computeMatchContexts(DotExpression parent)
void
FunctionDeclaration. computeMatchContexts(DotExpression parent)
void
IfExpression. computeMatchContexts(DotExpression parent)
void
LetExpression. computeMatchContexts(DotExpression parent)
void
MatcherExpression. computeMatchContexts(DotExpression parent)
void
ObjectExpression. computeMatchContexts(DotExpression parent)
void
PairExpression. computeMatchContexts(DotExpression parent)
void
PipeOperator. computeMatchContexts(DotExpression parent)
-