Uses of Interface
dev.civl.abc.ast.value.IF.StringValue
Packages that use StringValue
Package
Description
The ast.node.expression submodule defines AST nodes
for representing expressions in a program.
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.
-
Uses of StringValue in dev.civl.abc.ast.node.IF.expression
Methods in dev.civl.abc.ast.node.IF.expression that return StringValueModifier and TypeMethodDescriptionStringLiteralNode.getConstantValue()The "executed" version of the string in Java: escape sequences have been replace with the appropriate Java characters, etc. -
Uses of StringValue in dev.civl.abc.ast.value.IF
Methods in dev.civl.abc.ast.value.IF that return StringValue