Uses of Class
com.schibsted.spt.data.jslt.impl.AbstractNode
-
Packages that use AbstractNode Package Description com.schibsted.spt.data.jslt.impl This package contains implementation-internal interfaces and classes. -
-
Uses of AbstractNode in com.schibsted.spt.data.jslt.impl
Subclasses of AbstractNode in com.schibsted.spt.data.jslt.impl Modifier and Type Class Description classAbstractInvocationExpressionCommon superclass for function and macro expressions, to avoid having to repeat so much code.classAbstractOperatorShared abstract superclass for comparison operators and others.classAndOperatorclassArrayExpressionclassArraySlicerIndexing and slicing of arrays and also strings.classBiggerComparisonclassBiggerOrEqualComparisonclassComparisonOperatorclassDivideOperatorclassDotExpressionclassEqualsComparisonclassFailDotExpressionThese 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.classForExpressionclassFunctionDeclarationclassFunctionExpressionclassIfExpressionclassLetExpressionclassLiteralExpressionclassMacroExpressionclassMatcherExpressionRepresents the '* - ...classMinusOperatorclassMultiplyOperatorclassNumericOperatorclassObjectComprehensionclassObjectExpressionclassOrOperatorclassPairExpressionRepresents a ("key" : expr) pair inside a JSON object.classPipeOperatorclassPlusOperatorclassSmallerComparisonclassSmallerOrEqualsComparisonclassUnequalsComparisonclassVariableExpression
-