Uses of Interface
org.kink_lang.kink.internal.program.itree.NestedParam
Packages that use NestedParam
Package
Description
Itree (intermediate tree) representation of Kink programs.
-
Uses of NestedParam in org.kink_lang.kink.internal.program.itree
Subinterfaces of NestedParam in org.kink_lang.kink.internal.program.itreeClasses in org.kink_lang.kink.internal.program.itree that implement NestedParamModifier and TypeClassDescriptionstatic final recordSym generated during SSA-conversion.static final recordSym which is specified by the program.static final recordParam which is a tuple of lvars.Methods in org.kink_lang.kink.internal.program.itree that return types with arguments of type NestedParamModifier and TypeMethodDescriptionNestedArgsPassingItree.params()Returns the value of theparamsrecord component.NestedVecAssignmentItree.params()Returns the value of theparamsrecord component.Constructor parameters in org.kink_lang.kink.internal.program.itree with type arguments of type NestedParamModifierConstructorDescriptionNestedArgsPassingItree(List<NestedParam> params, int pos) Constructs an itree.NestedVecAssignmentItree(List<NestedParam> params, Itree rhs, int pos) Constructs an itree.