Uses of Class
org.rumbledb.expressions.scripting.block.BlockStatement
Packages that use BlockStatement
Package
Description
-
Uses of BlockStatement in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type BlockStatementModifier and TypeMethodDescriptionCloneVisitor.visitBlockStatement
(BlockStatement statement, Node argument) InferTypeVisitor.visitBlockStatement
(BlockStatement statement, StaticContext argument) RuntimeIteratorVisitor.visitBlockStatement
(BlockStatement statement, RuntimeIterator argument) SequentialClassificationVisitor.visitBlockStatement
(BlockStatement statement, DescendentSequentialProperties argument) StaticContextVisitor.visitBlockStatement
(BlockStatement statement, StaticContext argument) -
Uses of BlockStatement in org.rumbledb.expressions
Methods in org.rumbledb.expressions with parameters of type BlockStatementModifier and TypeMethodDescriptionAbstractNodeVisitor.visitBlockStatement
(BlockStatement expression, T argument) -
Uses of BlockStatement in org.rumbledb.expressions.scripting.control
Methods in org.rumbledb.expressions.scripting.control that return BlockStatementModifier and TypeMethodDescriptionTryCatchStatement.getBlockStatementCatching
(String error) TryCatchStatement.getCatchAllStatement()
TryCatchStatement.getTryStatement()
Methods in org.rumbledb.expressions.scripting.control that return types with arguments of type BlockStatementConstructors in org.rumbledb.expressions.scripting.control with parameters of type BlockStatementModifierConstructorDescriptionTryCatchStatement
(BlockStatement tryStatement, Map<String, BlockStatement> catchStatements, BlockStatement catchAllStatement, ExceptionMetadata metadata) Constructor parameters in org.rumbledb.expressions.scripting.control with type arguments of type BlockStatementModifierConstructorDescriptionTryCatchStatement
(BlockStatement tryStatement, Map<String, BlockStatement> catchStatements, BlockStatement catchAllStatement, ExceptionMetadata metadata)