Uses of Interface
dev.civl.abc.ast.node.IF.type.TypedefNameNode
Packages that use TypedefNameNode
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 TypedefNameNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return TypedefNameNodeModifier and TypeMethodDescriptionNodeFactory.newTypedefNameNode(IdentifierNode name, SequenceNode<ExpressionNode> scopeList) Returns a new instance of a typedef name node. -
Uses of TypedefNameNode in dev.civl.abc.ast.node.IF.type
Methods in dev.civl.abc.ast.node.IF.type that return TypedefNameNode