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