Uses of Interface
org.ek9lang.compiler.symbols.ICanBeGeneric
Packages that use ICanBeGeneric
Package
Description
This is the main source of EK9 Symbols used within the compiler.
-
Uses of ICanBeGeneric in org.ek9lang.compiler.symbols
Subinterfaces of ICanBeGeneric in org.ek9lang.compiler.symbolsModifier and TypeInterfaceDescriptioninterface
Interface for an aggregate, typically a class or something like that.interface
Interface to abstract FunctionSymbol away as concrete implementation.Classes in org.ek9lang.compiler.symbols that implement ICanBeGenericModifier and TypeClassDescriptionclass
This is typically a 'class' or an interface type where it can include the definitions of new properties.class
An aggregate, but one that can have zero or more traits (like interfaces).class
Special type that is super of Aggregate and super of Function (if they don't have supers).class
Scope for functions that are part of a module.class
Added as a common symbol type for both Functions and Aggregates that could possibly be generic in nature and also be a parameterised type.