Uses of Interface
org.kink_lang.kink.internal.program.ast.Elem
Packages that use Elem
-
Uses of Elem in org.kink_lang.kink.internal.program.ast
Subinterfaces of Elem in org.kink_lang.kink.internal.program.astModifier and TypeInterfaceDescriptioninterfaceAn expression node of an AST of Kink program.Classes in org.kink_lang.kink.internal.program.ast that implement ElemModifier and TypeClassDescriptionfinal recordA context binding expression.final recordA var deref expression.static final recordAn element of a vec body spreading the expression.final recordA fun expression.final recordAn attributional call expression without an explicit recv.final recordA num expression.final recordAn attributional call expression with an explicit recv.final recordA seq.final recordA str expression.final recordA varref expression.final recordA vec expression.Methods in org.kink_lang.kink.internal.program.ast that return types with arguments of type ElemModifier and TypeMethodDescriptionMcallExpr.args()Returns the value of theargsrecord component.RcallExpr.args()Returns the value of theargsrecord component.VecExpr.elems()Returns the value of theelemsrecord component.Constructor parameters in org.kink_lang.kink.internal.program.ast with type arguments of type ElemModifierConstructorDescriptionConstructs an attributional call expression without an explicit recv.Constructs an attributional call expression with an explicit recv.Constructs a vec expression.