Uses of Class
org.rumbledb.expressions.scripting.mutation.ApplyStatement
Packages that use ApplyStatement
-
Uses of ApplyStatement in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type ApplyStatementModifier and TypeMethodDescriptionCloneVisitor.visitApplyStatement
(ApplyStatement statement, Node argument) InferTypeVisitor.visitApplyStatement
(ApplyStatement statement, StaticContext argument) RuntimeIteratorVisitor.visitApplyStatement
(ApplyStatement statement, RuntimeIterator argument) SequentialClassificationVisitor.visitApplyStatement
(ApplyStatement statement, DescendentSequentialProperties argument) VariableDependenciesVisitor.visitApplyStatement
(ApplyStatement statement, Void argument) -
Uses of ApplyStatement in org.rumbledb.expressions
Methods in org.rumbledb.expressions with parameters of type ApplyStatementModifier and TypeMethodDescriptionAbstractNodeVisitor.visitApplyStatement
(ApplyStatement expression, T argument)