Uses of Interface
dev.civl.abc.ast.node.IF.expression.StringLiteralNode

Packages that use StringLiteralNode
Package
Description
Module ast defines an Abstract Syntax Tree representation of a program, the AST.
Submodule ast.node defines every kind of node in an AST.
The ast.node.declaration submodule defines nodes and other object deadling with declarations in a program.
The ast.node.expression submodule defines AST nodes for representing expressions in a program.
Module transform defines various kinds of transformations of an AST.