Uses of Interface
dev.civl.abc.ast.entity.IF.Variable

Packages that use Variable
Package
Description
 
Submodule ast.entity defines entities (objects of type Entity), the abstract things such as types, structures, unions, enumerations, objects (variables), functions, and so on, which can be named by identifiers in a program.
The ast.node.declaration submodule defines nodes and other object deadling with declarations in a program.
The ast.value submodule defines classes for representing constant values that can occur in a program, such as numeric literals, characters, strings, pointer constants, and so on.