Uses of Class
org.ek9lang.compiler.symbols.CaptureScopedSymbol
Packages that use CaptureScopedSymbol
Package
Description
This is the main source of EK9 Symbols used within the compiler.
-
Uses of CaptureScopedSymbol in org.ek9lang.compiler.symbols
Subclasses of CaptureScopedSymbol in org.ek9lang.compiler.symbolsModifier and TypeClassDescriptionclassThis is typically a 'class' or an interface type where it can include the definitions of new properties.classAn aggregate, but one that can have zero or more traits (like interfaces).classSpecial type that is super of Aggregate and super of Function (if they don't have supers).classScope for functions that are part of a module.classAdded as a common symbol type for both Functions and Aggregates that could possibly be generic in nature and also be a parameterised type.Methods in org.ek9lang.compiler.symbols that return CaptureScopedSymbolModifier and TypeMethodDescriptionprotected CaptureScopedSymbolCaptureScopedSymbol.cloneIntoCaptureScopedSymbol(CaptureScopedSymbol newCopy) Methods in org.ek9lang.compiler.symbols with parameters of type CaptureScopedSymbolModifier and TypeMethodDescriptionprotected CaptureScopedSymbolCaptureScopedSymbol.cloneIntoCaptureScopedSymbol(CaptureScopedSymbol newCopy)