Uses of Interface
io.github.protasm.jvmud.compiler.ir.IRTerminator
Packages that use IRTerminator
Package
Description
Typed intermediate representation produced after semantic analysis.
-
Uses of IRTerminator in io.github.protasm.jvmud.compiler.ir
Classes in io.github.protasm.jvmud.compiler.ir that implement IRTerminatorModifier and TypeClassDescriptionfinal recordfinal recordfinal recordMethods in io.github.protasm.jvmud.compiler.ir that return IRTerminatorModifier and TypeMethodDescriptionIRBlock.terminator()Returns the value of theterminatorrecord component.Constructors in io.github.protasm.jvmud.compiler.ir with parameters of type IRTerminatorModifierConstructorDescriptionIRBlock(String label, List<IRStatement> statements, IRTerminator terminator) Creates an instance of aIRBlockrecord class.