- All Known Subinterfaces:
Expr
- All Known Implementing Classes:
BindingExpr
,DerefExpr
,Elem.Spread
,FunExpr
,McallExpr
,NumExpr
,RcallExpr
,SeqExpr
,StrExpr
,VarrefExpr
,VecExpr
An elem of vec bodies or actual args.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final record
An element of a vec body spreading the expression. -
Method Summary
-
Method Details
-
pos
int pos()Returns the pos of the elem on the program text.- Returns:
- the pos of the elem on the program text.
-