Uses of Interface
dev.civl.abc.ast.node.IF.type.FunctionTypeNode
Packages that use FunctionTypeNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
The ast.node.declaration submodule defines nodes
and other object deadling with declarations in a program.
The ast.node.type submodule defines AST nodes
for representing type constructs in a program.
-
Uses of FunctionTypeNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return FunctionTypeNodeModifier and TypeMethodDescriptionNodeFactory.newFunctionTypeNode(Source source, TypeNode returnType, SequenceNode<VariableDeclarationNode> formals, boolean hasIdentifierList) Constructs and returns a new function type node.Methods in dev.civl.abc.ast.node.IF with parameters of type FunctionTypeNodeModifier and TypeMethodDescriptionNodeFactory.newFunctionDefinitionNode(Source source, IdentifierNode name, FunctionTypeNode type, SequenceNode<ContractNode> contract, CompoundStatementNode body) Constructs a new node representing a function definition, i.e., a function declaration with body. -
Uses of FunctionTypeNode in dev.civl.abc.ast.node.IF.declaration
Methods in dev.civl.abc.ast.node.IF.declaration that return FunctionTypeNode -
Uses of FunctionTypeNode in dev.civl.abc.ast.node.IF.type
Methods in dev.civl.abc.ast.node.IF.type that return FunctionTypeNode