Uses of Record Class
org.ek9lang.compiler.ir.data.InputClassProbeArg
Packages that use InputClassProbeArg
Package
Description
IR Data Structures - Metadata and detail classes for IR instructions.
IR Instruction Classes - The instruction set for EK9 intermediate representation.
-
Uses of InputClassProbeArg in org.ek9lang.compiler.ir.data
Methods in org.ek9lang.compiler.ir.data that return InputClassProbeArgModifier and TypeMethodDescriptionstatic InputClassProbeArgInputClassProbeArg.argument(int paramIndex, String variableName, String typeName, boolean enumeration) A declared-argument dimension — the backend loads the named parameter local.static InputClassProbeArgThe receiver dimension (p0, §4.5) — the backend loadsthis. -
Uses of InputClassProbeArg in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return types with arguments of type InputClassProbeArgMethod parameters in org.ek9lang.compiler.ir.instructions with type arguments of type InputClassProbeArgModifier and TypeMethodDescriptionstatic InputClassProbeInstrInputClassProbeInstr.probe(String constructFullyQualifiedName, String constructName, List<InputClassProbeArg> args, DebugInfo debugInfo) Create an input-class probe instruction.