Uses of Enum Class
dev.civl.abc.ast.entity.IF.Variable.StorageDurationKind
Packages that use Variable.StorageDurationKind
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.-
Uses of Variable.StorageDurationKind in dev.civl.abc.ast.entity.IF
Methods in dev.civl.abc.ast.entity.IF that return Variable.StorageDurationKindModifier and TypeMethodDescriptionVariable.getStorageDuration()Gets the storage duration associated to this variable.static Variable.StorageDurationKindReturns the enum constant of this class with the specified name.static Variable.StorageDurationKind[]Variable.StorageDurationKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.civl.abc.ast.entity.IF with parameters of type Variable.StorageDurationKindModifier and TypeMethodDescriptionvoidVariable.setStorageDuration(Variable.StorageDurationKind duration) Sets the storage duration assocaited to this variable.