Uses of Record Class
org.ek9lang.compiler.symbols.BlockCallEntry
Packages that use BlockCallEntry
Package
Description
This is the main source of EK9 Symbols used within the compiler.
-
Uses of BlockCallEntry in org.ek9lang.compiler.symbols
Methods in org.ek9lang.compiler.symbols that return types with arguments of type BlockCallEntryModifier and TypeMethodDescriptionAggregateSymbol.getBlockCallEntries()Get all block call entries from block statements in this application.Methods in org.ek9lang.compiler.symbols with parameters of type BlockCallEntryModifier and TypeMethodDescriptionvoidAggregateSymbol.addBlockCallEntry(BlockCallEntry entry) Add a block call entry from a block statement in an application block.