Uses of Interface
dev.civl.abc.ast.node.IF.NodeFactory
Packages that use NodeFactory
Package
Description
Module ast defines an Abstract Syntax Tree
representation of a program, the
AST.Submodule ast.node defines every kind of
node in an AST.
-
Uses of NodeFactory in dev.civl.abc.ast.IF
Methods in dev.civl.abc.ast.IF that return NodeFactoryModifier and TypeMethodDescriptionASTFactory.getNodeFactory()Returns the node factory used by this AST factory.Methods in dev.civl.abc.ast.IF with parameters of type NodeFactoryModifier and TypeMethodDescriptionstatic ASTFactoryASTs.newASTFactory(NodeFactory nodeFactory, TokenFactory tokenFactory, TypeFactory typeFactory) Create a new ASTFactory that used the given node factory, token factory, and type factory. -
Uses of NodeFactory in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return NodeFactoryModifier and TypeMethodDescriptionstatic NodeFactoryNodes.newNodeFactory(Configuration configuration, TypeFactory typeFactory, ValueFactory valueFactory) Create a new node factory that uses the given type factory and the given value factory.