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 NameExp.FieldExp.namefinal NameExp.NameExp.namefinal NameFuncName.namefinal NameStat.LocalFuncDef.namefinal NameStat.NumericFor.nameFields in com.prineside.luaj.ast with type parameters of type NameModifier and TypeFieldDescriptionParList.EMPTY_NAMELISTParList.namesStat.GenericFor.namesStat.LocalAssign.namesMethods in com.prineside.luaj.ast with parameters of type NameMethod parameters in com.prineside.luaj.ast with type arguments of type NameModifier and TypeMethodDescriptionstatic Statstatic StatStat.localassignment(List<Name> names, List<Exp> values) voidVisitor.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