Uses of Record Class
org.kink_lang.kink.internal.program.itree.SymValPair
Packages that use SymValPair
Package
Description
Itree (intermediate tree) representation of Kink programs.
-
Uses of SymValPair in org.kink_lang.kink.internal.program.itree
Methods in org.kink_lang.kink.internal.program.itree that return types with arguments of type SymValPairModifier and TypeMethodDescriptionNoTraitNewValItree.symValPairs()Returns the value of thesymValPairsrecord component.TraitNewValItree.symValPairs()Returns the value of thesymValPairsrecord component.Constructor parameters in org.kink_lang.kink.internal.program.itree with type arguments of type SymValPairModifierConstructorDescriptionNoTraitNewValItree(List<SymValPair> symValPairs, int pos) Constructs an itree of invocation in the formnew_val('X' x 'Y' y).TraitNewValItree(Itree trait, int spreadPos, List<SymValPair> symValPairs, int pos) Constructs an itree.