Uses of Record Class
io.github.protasm.jvmud.compiler.ir.IRBlock
Packages that use IRBlock
Package
Description
Typed intermediate representation produced after semantic analysis.
-
Uses of IRBlock in io.github.protasm.jvmud.compiler.ir
Methods in io.github.protasm.jvmud.compiler.ir that return types with arguments of type IRBlockModifier and TypeMethodDescriptionIRInlineCallableLiteral.blocks()Returns the value of theblocksrecord component.IRMethod.blocks()Returns the value of theblocksrecord component.IRMethod.entryBlock()Constructor parameters in io.github.protasm.jvmud.compiler.ir with type arguments of type IRBlockModifierConstructorDescriptionIRInlineCallableLiteral(int line, IRExpression body, List<IRBlock> blocks, int arity, List<IRLocal> argumentLocals, List<IRLocal> captureLocals, List<IRLocal> helperLocals, RuntimeType type) Creates an instance of aIRInlineCallableLiteralrecord class.