Uses of Interface
dev.civl.abc.ast.node.IF.expression.ScopeOfNode
Packages that use ScopeOfNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
-
Uses of ScopeOfNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return ScopeOfNodeModifier and TypeMethodDescriptionNodeFactory.newScopeOfNode(Source source, ExpressionNode argument) Creates a new expression node representing$scopeof(expr).NodeFactory.newScopeOfNode(Source source, IdentifierExpressionNode variableExpression) Constructs a new CIVL-C$scopeofexpression node.