Uses of Interface
org.kink_lang.kink.internal.program.itree.VarrefParam
Packages that use VarrefParam
Package
Description
Itree (intermediate tree) representation of Kink programs.
-
Uses of VarrefParam in org.kink_lang.kink.internal.program.itree
Subinterfaces of VarrefParam in org.kink_lang.kink.internal.program.itreeClasses in org.kink_lang.kink.internal.program.itree that implement VarrefParamModifier and TypeClassDescriptionfinal recordGeneric var.static final recordSym generated during SSA-conversion.static final recordSym which is specified by the program.Methods in org.kink_lang.kink.internal.program.itree that return types with arguments of type VarrefParamModifier and TypeMethodDescriptionVarrefVecAssignmentItree.params()Returns the value of theparamsrecord component.Constructor parameters in org.kink_lang.kink.internal.program.itree with type arguments of type VarrefParamModifierConstructorDescriptionVarrefVecAssignmentItree(List<VarrefParam> params, Itree rhs, int pos) Constructs an assignment.