Uses of Interface
dev.civl.abc.ast.node.IF.expression.DotNode
Packages that use DotNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
The ast.node.expression submodule defines AST nodes
for representing expressions in a program.
-
Uses of DotNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return DotNodeModifier and TypeMethodDescriptionNodeFactory.newDotNode(Source source, ExpressionNode structure, IdentifierNode fieldName) Constructs a new node for a "dot" expression, used in C for structure or union field navigation, as inmyStruct.field. -
Uses of DotNode in dev.civl.abc.ast.node.IF.expression
Methods in dev.civl.abc.ast.node.IF.expression that return DotNode