Uses of Class
examples.ast.Statement
Packages that use Statement
Package
Description
The examples.ast package is an example Abstract Syntax Tree (AST) used in most language compilers.
-
Uses of Statement in examples.ast
Subclasses of Statement in examples.astModifier and TypeClassDescriptionclassAssignments as statements.classRead statement that represents reading from the keyboard.classA write statement to write an output in the console.Fields in examples.ast with type parameters of type StatementConstructor parameters in examples.ast with type arguments of type Statement