Uses of Interface
dev.civl.abc.token.IF.CivlcTokenSequence
Packages that use CivlcTokenSequence
Package
Description
Submodule ast.node defines every kind of
node in an AST.
Module parse is used to parse a token stream and
produce an ANTLR tree representation of a C program.
Module token defines the various kinds of tokens and related
classes used by ABC.
-
Uses of CivlcTokenSequence in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF with parameters of type CivlcTokenSequenceModifier and TypeMethodDescriptionNodeFactory.newPragmaNode(Source source, IdentifierNode identifier, CivlcTokenSequence producer, CivlcToken newlineToken) Constructs a new pragma node, representing a C#pragmadirective. -
Uses of CivlcTokenSequence in dev.civl.abc.front.IF
Methods in dev.civl.abc.front.IF that return CivlcTokenSequenceModifier and TypeMethodDescriptionParseTree.getTokenSourceProducer(org.antlr.runtime.tree.CommonTree tokenListNode) Returns a token source consisting of the tokens from the children of the given node in the tree. -
Uses of CivlcTokenSequence in dev.civl.abc.token.IF
Methods in dev.civl.abc.token.IF that return CivlcTokenSequenceModifier and TypeMethodDescriptionTokenFactory.getEmptyTokenSubsequence(CivlcTokenSource originalSource) TokenFactory.getTokenSubsequence(CivlcTokenSource fullSource, CivlcToken startToken, CivlcToken stopToken)