Package com.github.adriantodt.lin.ast.node.invoke

Types

InvokeExpr
Link copied to clipboard
data class InvokeExpr(target: Expr, arguments: List<Expr>, section: Section?) : Expr
InvokeLocalExpr
Link copied to clipboard
data class InvokeLocalExpr(name: String, arguments: List<Expr>, section: Section?) : Expr
InvokeMemberExpr
Link copied to clipboard
data class InvokeMemberExpr(target: Expr, nullSafe: Boolean, name: String, arguments: List<Expr>, section: Section?) : Expr