Uses of Class
org.qdl_lang.statements.ConditionalStatement
-
Packages that use ConditionalStatement Package Description org.qdl_lang.parsing Classes that support parsing and the parser itself.org.qdl_lang.statements The two basic syntactic units of QDL are expressions (which return results) and statements which are the other control structures, such as conditionals, loops, etc. -
-
Uses of ConditionalStatement in org.qdl_lang.parsing
Methods in org.qdl_lang.parsing that return ConditionalStatement Modifier and Type Method Description protected ConditionalStatement
QDLListener. doConditional(org.antlr.v4.runtime.tree.ParseTree ctx)
-
Uses of ConditionalStatement in org.qdl_lang.statements
Methods in org.qdl_lang.statements that return types with arguments of type ConditionalStatement Modifier and Type Method Description List<ConditionalStatement>
SwitchStatement. getArguments()
Method parameters in org.qdl_lang.statements with type arguments of type ConditionalStatement Modifier and Type Method Description void
SwitchStatement. setArguments(List<ConditionalStatement> arguments)
-