Uses of Interface
dev.civl.abc.ast.node.IF.expression.ConstantNode
Packages that use ConstantNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
The ast.node.expression submodule defines AST nodes
for representing expressions in a program.
The ast.node.omp submodule defines AST nodes for representing
OpenMP constructs, which are specified in
omp pragmas.-
Uses of ConstantNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return ConstantNodeModifier and TypeMethodDescriptionNodeFactory.newBooleanConstantNode(Source source, boolean value) Constructs a new node representing a CIVL-C boolean constant, "$true" or "$false". -
Uses of ConstantNode in dev.civl.abc.ast.node.IF.expression
Subinterfaces of ConstantNode in dev.civl.abc.ast.node.IF.expressionModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface represents a single Unicode character occurring as a literal element in a C program.interfaceAn enumeration constant node represents a use of an enumeration constant as an expression.interfaceA floating constant node represents an occurrence of a literal floating point number in a program.interfaceA node representing one of the two CIVL-C constant expressions of type$scope:$here(the dynamic scope in which the expression is evaluated), or$root(representing the root dynamic scope).interfaceAn integer constant node represents the occurrence of a literal integer constant in a program.interfaceRepresents the CIVL-C null process constant$proc_null, which is a constant of type$proc.interfaceRepresents the CIVL-C built-in variable$self, which has type$scopeand evaluates to the dynamic scope in which the variable is being evaluated.interfaceRepresents the CIVL-C null state constant$state_null, which is a constant of type$state.Methods in dev.civl.abc.ast.node.IF.expression that return ConstantNode -
Uses of ConstantNode in dev.civl.abc.ast.node.IF.omp
Methods in dev.civl.abc.ast.node.IF.omp that return ConstantNodeMethods in dev.civl.abc.ast.node.IF.omp with parameters of type ConstantNodeModifier and TypeMethodDescriptionOmpSimdNode.setSafelen(ConstantNode arg) OmpSimdNode.setSimdlen(ConstantNode arg)