Uses of Interface
dev.civl.abc.token.IF.StringLiteral

Packages that use StringLiteral
Package
Description
Submodule ast.node defines every kind of node in an AST.
The ast.value submodule defines classes for representing constant values that can occur in a program, such as numeric literals, characters, strings, pointer constants, and so on.
Module token defines the various kinds of tokens and related classes used by ABC.