Package com. github. adriantodt. lin. ast. node. invoke
Types
Invoke Expr
Link copied to clipboard
data class InvokeExpr(target: Expr, arguments: List<Expr>, section: Section?) : Expr
Content copied to clipboard
Invoke Local Expr
Link copied to clipboard
data class InvokeLocalExpr(name: String, arguments: List<Expr>, section: Section?) : Expr
Content copied to clipboard
Invoke Member Expr
Link copied to clipboard