Uses of Class
org.rumbledb.expressions.scripting.control.SwitchStatement
Packages that use SwitchStatement
-
Uses of SwitchStatement in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type SwitchStatementModifier and TypeMethodDescriptionCloneVisitor.visitSwitchStatement(SwitchStatement statement, Node argument) InferTypeVisitor.visitSwitchStatement(SwitchStatement statement, StaticContext argument) RuntimeIteratorVisitor.visitSwitchStatement(SwitchStatement statement, RuntimeIterator argument) SequentialClassificationVisitor.visitSwitchStatement(SwitchStatement statement, DescendentSequentialProperties argument) StaticContextVisitor.visitSwitchStatement(SwitchStatement statement, StaticContext argument) -
Uses of SwitchStatement in org.rumbledb.expressions
Methods in org.rumbledb.expressions with parameters of type SwitchStatementModifier and TypeMethodDescriptionAbstractNodeVisitor.visitSwitchStatement(SwitchStatement expression, T argument)