Uses of Interface
dev.civl.abc.ast.node.IF.expression.ValueAtNode
Packages that use ValueAtNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
-
Uses of ValueAtNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return ValueAtNodeModifier and TypeMethodDescriptionNodeFactory.newValueAtNode(Source source, ExpressionNode state, ExpressionNode pid, ExpressionNode expression) Creates a new expression node for$value_at, which evaluates an expression at a given state (instead of the current state).