Uses of Package
examples.ast
Packages that use examples.ast
Package
Description
The examples package shows different examples of how to use Introspector.
The examples.ast package is an example Abstract Syntax Tree (AST) used in most language compilers.
-
Classes in examples.ast used by examples
-
Classes in examples.ast used by examples.astClassDescriptionAll nodes in the AST implement this ASTNode class.Expressions of the language.A generalization of any statementThis node represents any type in the language, yet to be defined.