Package com.schibsted.spt.data.jslt.impl
Class FailDotExpression
java.lang.Object
com.schibsted.spt.data.jslt.impl.AbstractNode
com.schibsted.spt.data.jslt.impl.DotExpression
com.schibsted.spt.data.jslt.impl.FailDotExpression
- All Implemented Interfaces:
ExpressionNode
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. The computeMatchContexts() method in
ArrayExpression will inject a FailDotExpression, which is later
used to detect that the matcher is used in an illegal location.
-
Field Summary
FieldsFields inherited from class com.schibsted.spt.data.jslt.impl.AbstractNode
location
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.schibsted.spt.data.jslt.impl.DotExpression
apply, dump, getChildren, optimize, toString
Methods inherited from class com.schibsted.spt.data.jslt.impl.AbstractNode
computeMatchContexts, getLocation, prepare
-
Field Details
-
where
-
-
Constructor Details
-
FailDotExpression
-
-
Method Details
-
checkOk
- Overrides:
checkOk
in classDotExpression
-