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 FuncArgsexp1,exp2...static FuncArgs"mylib"static FuncArgsFuncArgs.tableconstructor(TableConstructor table) {...}Methods in com.prineside.luaj.ast with parameters of type FuncArgsModifier and TypeMethodDescriptionstatic Exp.FuncCallExp.functionop(Exp.PrimaryExp lhs, FuncArgs args) foo(2,3)static Exp.MethodCallExp.methodop(Exp.PrimaryExp lhs, String name, FuncArgs args) foo:bar(4,5)voidConstructors 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