Module xl.compiler
Package de.grogra.xl.compiler.scope
package de.grogra.xl.compiler.scope
-
ClassDescriptionA
BlockScope
represents a scope for local variables.This class is used to collect a set ofMember
s, 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.Resolution
defines a strategy how applicable members for explicitly given arguments are determined and how the most specific member of these is chosen.Scode
is the abstract base class for all scopes.