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.
-
Uses of StringLiteral in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF with parameters of type StringLiteralModifier and TypeMethodDescriptionNodeFactory.newStringLiteralNode(Source source, String representation, StringLiteral literal) Constructs a new string literal node. -
Uses of StringLiteral in dev.civl.abc.ast.value.IF
Methods in dev.civl.abc.ast.value.IF that return StringLiteralMethods in dev.civl.abc.ast.value.IF with parameters of type StringLiteral -
Uses of StringLiteral in dev.civl.abc.token.IF
Methods in dev.civl.abc.token.IF that return StringLiteral