Uses of Interface
dev.civl.abc.ast.node.IF.expression.ArrowNode
Packages that use ArrowNode
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 ArrowNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return ArrowNodeModifier and TypeMethodDescriptionNodeFactory.newArrowNode(Source source, ExpressionNode structurePointer, IdentifierNode fieldName) Constructs a new node for an "arrow" expression, used in C for structure or union field navigation starting from a pointer, as inmyStructPtr->field. -
Uses of ArrowNode in dev.civl.abc.ast.node.IF.expression
Methods in dev.civl.abc.ast.node.IF.expression that return ArrowNode