Uses of Class
org.rumbledb.expressions.scripting.statement.StatementsAndExpr
Packages that use StatementsAndExpr
Package
Description
-
Uses of StatementsAndExpr in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type StatementsAndExprModifier and TypeMethodDescriptionCloneVisitor.visitStatementsAndExpr(StatementsAndExpr statementsAndExpr, Node argument) ComposabilityVisitor.visitStatementsAndExpr(StatementsAndExpr statementsAndExpr, Node argument) ExecutionModeVisitor.visitStatementsAndExpr(StatementsAndExpr statementsAndExpr, StaticContext argument) ExpressionClassificationVisitor.visitStatementsAndExpr(StatementsAndExpr expression, ExpressionClassification argument) InferTypeVisitor.visitStatementsAndExpr(StatementsAndExpr statementsAndExpr, StaticContext argument) RuntimeIteratorVisitor.visitStatementsAndExpr(StatementsAndExpr statementsAndExpr, RuntimeIterator argument) StaticContextVisitor.visitStatementsAndExpr(StatementsAndExpr statementsAndExpr, StaticContext argument) -
Uses of StatementsAndExpr in org.rumbledb.expressions
Methods in org.rumbledb.expressions with parameters of type StatementsAndExprModifier and TypeMethodDescriptionAbstractNodeVisitor.visitStatementsAndExpr(StatementsAndExpr expression, T argument) -
Uses of StatementsAndExpr in org.rumbledb.expressions.scripting.block
Methods in org.rumbledb.expressions.scripting.block that return StatementsAndExprConstructors in org.rumbledb.expressions.scripting.block with parameters of type StatementsAndExprModifierConstructorDescriptionBlockExpression(StatementsAndExpr statementsAndExpr, ExceptionMetadata metadata)