Uses of Class
com.prineside.luaj.ast.Exp.FuncCall
-
Uses of Exp.FuncCall in com.prineside.luaj.ast
Modifier and TypeMethodDescriptionstatic Exp.FuncCall
Exp.functionop
(Exp.PrimaryExp lhs, FuncArgs args) foo(2,3)Modifier and TypeMethodDescriptionstatic Stat
Stat.functioncall
(Exp.FuncCall funccall) void
Visitor.visit
(Exp.FuncCall exp)