Uses of Interface
dev.civl.abc.ast.node.IF.type.StructureOrUnionTypeNode
Packages that use StructureOrUnionTypeNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
The ast.node.type submodule defines AST nodes
for representing type constructs in a program.
-
Uses of StructureOrUnionTypeNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return StructureOrUnionTypeNodeModifier and TypeMethodDescriptionNodeFactory.newStructOrUnionTypeNode(Source source, boolean isStruct, IdentifierNode tag, SequenceNode<FieldDeclarationNode> structDeclList) Constructs and returns a new structure or union type node. -
Uses of StructureOrUnionTypeNode in dev.civl.abc.ast.node.IF.type
Methods in dev.civl.abc.ast.node.IF.type that return StructureOrUnionTypeNode