Uses of Class
com.jeffpalm.scoping.compiler.ast.Name

Packages that use Name
com.jeffpalm.scoping.compiler.ast   
 

Uses of Name in com.jeffpalm.scoping.compiler.ast
 

Subclasses of Name in com.jeffpalm.scoping.compiler.ast
static class Name.Qualified
           
static class Name.Simple
           
 

Fields in com.jeffpalm.scoping.compiler.ast declared as Name
 Name Name.Qualified.identifier
           
 Name NameReference.name
           
 

Methods in com.jeffpalm.scoping.compiler.ast with parameters of type Name
 Name.Qualified Ast.newQualifiedName(Pos pos, java.lang.String name, Name identifier)