Uses of Interface
dev.civl.abc.token.IF.Concatenation
Packages that use Concatenation
Package
Description
Module token defines the various kinds of tokens and related
classes used by ABC.
-
Uses of Concatenation in dev.civl.abc.token.IF
Methods in dev.civl.abc.token.IF that return ConcatenationModifier and TypeMethodDescriptionTokenFactory.newConcatenation(List<CivlcToken> tokens) A formation of a token by either (1) concatenating 0 or more tokens using the preprocessor "##" operator, or (2) concatenating 1 or more string literal tokens immediately after preprocessing.