Module xl.compiler
Package de.grogra.xl.compiler.scope
package de.grogra.xl.compiler.scope
-
ClassDescriptionA
BlockScoperepresents a scope for local variables.This class is used to collect a set ofMembers, and to determine the applicable, accessible, and most specific, member thereof.This class stores information about the quality of applicability of a member in a context.Resolutiondefines a strategy how applicable members for explicitly given arguments are determined and how the most specific member of these is chosen.Scodeis the abstract base class for all scopes.