Uses of Class
com.prineside.luaj.ast.Name
Packages that use Name
-
Uses of Name in com.prineside.luaj.ast
Fields in com.prineside.luaj.ast declared as NameModifier and TypeFieldDescriptionfinal Name
Exp.FieldExp.name
final Name
Exp.NameExp.name
final Name
FuncName.name
final Name
Stat.LocalFuncDef.name
final Name
Stat.NumericFor.name
Fields in com.prineside.luaj.ast with type parameters of type NameModifier and TypeFieldDescriptionParList.EMPTY_NAMELIST
ParList.names
Stat.GenericFor.names
Stat.LocalAssign.names
Methods in com.prineside.luaj.ast with parameters of type NameMethod parameters in com.prineside.luaj.ast with type arguments of type NameModifier and TypeMethodDescriptionstatic Stat
static Stat
Stat.localassignment
(List<Name> names, List<Exp> values) void
Visitor.visitNames
(List<Name> names) Constructor parameters in com.prineside.luaj.ast with type arguments of type Name -
Uses of Name in com.prineside.luaj.parser
Methods in com.prineside.luaj.parser that return types with arguments of type Name