Uses of Enum Class
dev.civl.abc.ast.entity.IF.Scope.ScopeKind
Packages that use Scope.ScopeKind
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 Scope.ScopeKind in dev.civl.abc.ast.entity.IF
Methods in dev.civl.abc.ast.entity.IF that return Scope.ScopeKindModifier and TypeMethodDescriptionScope.getScopeKind()Returns the kind of scope this is.static Scope.ScopeKindReturns the enum constant of this class with the specified name.static Scope.ScopeKind[]Scope.ScopeKind.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 Scope.ScopeKindModifier and TypeMethodDescriptionEntityFactory.newScope(Scope.ScopeKind kind, Scope parent, ASTNode root) Creates a new scope.