Uses of Class
com.prineside.luaj.ast.FuncArgs
Packages that use FuncArgs
-
Uses of FuncArgs in com.prineside.luaj.ast
Fields in com.prineside.luaj.ast declared as FuncArgsMethods in com.prineside.luaj.ast that return FuncArgsModifier and TypeMethodDescriptionstatic FuncArgs
exp1,exp2...static FuncArgs
"mylib"static FuncArgs
FuncArgs.tableconstructor
(TableConstructor table) {...}Methods in com.prineside.luaj.ast with parameters of type FuncArgsModifier and TypeMethodDescriptionstatic Exp.FuncCall
Exp.functionop
(Exp.PrimaryExp lhs, FuncArgs args) foo(2,3)static Exp.MethodCall
Exp.methodop
(Exp.PrimaryExp lhs, String name, FuncArgs args) foo:bar(4,5)void
Constructors in com.prineside.luaj.ast with parameters of type FuncArgsModifierConstructorDescriptionFuncCall
(Exp.PrimaryExp lhs, FuncArgs args) MethodCall
(Exp.PrimaryExp lhs, String name, FuncArgs args) -
Uses of FuncArgs in com.prineside.luaj.parser
Methods in com.prineside.luaj.parser that return FuncArgs