Uses of Class
org.qdl_lang.statements.BlockStatement
-
Packages that use BlockStatement Package Description 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 BlockStatement in org.qdl_lang.statements
Subclasses of BlockStatement in org.qdl_lang.statements Modifier and Type Class Description class
LocalBlockStatement
Local block statments.These have completely local state an know nothing of the ambient space.
-