Uses of Package
io.github.protasm.jvmud.compiler.parser.ast.stmt
Packages that use io.github.protasm.jvmud.compiler.parser.ast.stmt
Package
Description
Core parser for LPC, producing AST structures from token streams.
Abstract syntax tree structures representing LPC objects.
Expression-level AST nodes.
Statement-level AST nodes.
Visitor-style utilities that operate over the LPC AST.
-
-
-
-
Classes in io.github.protasm.jvmud.compiler.parser.ast.stmt used by io.github.protasm.jvmud.compiler.parser.ast.stmtClassDescriptionOne
caseordefaultlabel and the statements owned by that label. -
Classes in io.github.protasm.jvmud.compiler.parser.ast.stmt used by io.github.protasm.jvmud.compiler.parser.ast.visitorClassDescriptionRepresents a bare semicolon statement.AST node for an LPC
switchstatement.