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 class
static class
static class
static class
static class
static class
static class
Fields in com.prineside.luaj.ast declared as Exp.PrimaryExpModifier and TypeFieldDescriptionfinal Exp.PrimaryExp
Exp.FieldExp.lhs
final Exp.PrimaryExp
Exp.FuncCall.lhs
final Exp.PrimaryExp
Exp.IndexExp.lhs
Methods in com.prineside.luaj.ast with parameters of type Exp.PrimaryExpModifier and TypeMethodDescriptionstatic Exp.FieldExp
Exp.fieldop
(Exp.PrimaryExp lhs, String name) foo.barstatic Exp.FuncCall
Exp.functionop
(Exp.PrimaryExp lhs, FuncArgs args) foo(2,3)static Exp.IndexExp
Exp.indexop
(Exp.PrimaryExp lhs, Exp exp) foo[exp]static Exp.MethodCall
Exp.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.PrimaryExp
LuaParser.PostfixOp
(Exp.PrimaryExp lhs) final Exp.PrimaryExp
LuaParser.PrefixExp()
final Exp.PrimaryExp
LuaParser.PrimaryExp()
Methods in com.prineside.luaj.parser with parameters of type Exp.PrimaryExp