Uses of Class
org.ek9lang.compiler.ir.Block
Packages that use Block
Package
Description
Common parts of processing that can be reused across various phases.
K - Intermediate Representation Generation.
-
Uses of Block in org.ek9lang.compiler.common
Methods in org.ek9lang.compiler.common with parameters of type Block -
Uses of Block in org.ek9lang.compiler.ir
Methods in org.ek9lang.compiler.ir that return BlockMethods in org.ek9lang.compiler.ir with parameters of type Block -
Uses of Block in org.ek9lang.compiler.phase7
Classes in org.ek9lang.compiler.phase7 that implement interfaces with type arguments of type BlockModifier and TypeClassDescription(package private) final class
Accepts an instruction block parse tree context and creates an IR version of a Block.Methods in org.ek9lang.compiler.phase7 that return Block