Uses of Class
com.prineside.luaj.ast.Exp.PrimaryExp
Packages that use Exp.PrimaryExp
-
Uses of Exp.PrimaryExp in com.prineside.luaj.ast
Subclasses of Exp.PrimaryExp in com.prineside.luaj.astModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classFields in com.prineside.luaj.ast declared as Exp.PrimaryExpModifier and TypeFieldDescriptionfinal Exp.PrimaryExpExp.FieldExp.lhsfinal Exp.PrimaryExpExp.FuncCall.lhsfinal Exp.PrimaryExpExp.IndexExp.lhsMethods in com.prineside.luaj.ast with parameters of type Exp.PrimaryExpModifier and TypeMethodDescriptionstatic Exp.FieldExpExp.fieldop(Exp.PrimaryExp lhs, String name) foo.barstatic Exp.FuncCallExp.functionop(Exp.PrimaryExp lhs, FuncArgs args) foo(2,3)static Exp.IndexExpExp.indexop(Exp.PrimaryExp lhs, Exp exp) foo[exp]static Exp.MethodCallExp.methodop(Exp.PrimaryExp lhs, String name, FuncArgs args) foo:bar(4,5)Constructors in com.prineside.luaj.ast with parameters of type Exp.PrimaryExpModifierConstructorDescriptionFieldExp(Exp.PrimaryExp lhs, String name) FuncCall(Exp.PrimaryExp lhs, FuncArgs args) IndexExp(Exp.PrimaryExp lhs, Exp exp) MethodCall(Exp.PrimaryExp lhs, String name, FuncArgs args) -
Uses of Exp.PrimaryExp in com.prineside.luaj.parser
Methods in com.prineside.luaj.parser that return Exp.PrimaryExpModifier and TypeMethodDescriptionfinal Exp.PrimaryExpLuaParser.PostfixOp(Exp.PrimaryExp lhs) final Exp.PrimaryExpLuaParser.PrefixExp()final Exp.PrimaryExpLuaParser.PrimaryExp()Methods in com.prineside.luaj.parser with parameters of type Exp.PrimaryExp