Uses of Interface
dev.civl.abc.ast.node.IF.expression.CompoundLiteralNode
Packages that use CompoundLiteralNode
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 CompoundLiteralNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return CompoundLiteralNodeModifier and TypeMethodDescriptionNodeFactory.newCompoundLiteralNode(Source source, TypeNode typeNode, CompoundInitializerNode initializerList) Returns a new compound literal node. -
Uses of CompoundLiteralNode in dev.civl.abc.ast.node.IF.expression
Methods in dev.civl.abc.ast.node.IF.expression that return CompoundLiteralNode