Uses of Interface
dev.civl.abc.ast.node.IF.expression.LambdaNode
Packages that use LambdaNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
-
Uses of LambdaNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return LambdaNodeModifier and TypeMethodDescriptionNodeFactory.newLambdaNode(Source source, VariableDeclarationNode boundVariableDeclaration, ExpressionNode expression) Constructs a new lambda expression with a free (no restriction on the bound variable) variable.NodeFactory.newLambdaNode(Source source, VariableDeclarationNode boundVariableDeclaration, ExpressionNode restriction, ExpressionNode expression) Constructs a new lambda expression with restriction on the bound variable.