Package com.github.javaparser.symbolsolver.resolution.naming


package com.github.javaparser.symbolsolver.resolution.naming
  • Class Summary
    Class
    Description
    NameLogic contains a set of static methods to implement the abstraction of a "Name" as defined in Chapter 6 of the JLS.
  • Enum Summary
    Enum
    Description
    Context causes a name syntactically to fall into one of seven categories: ModuleName, PackageName, TypeName, ExpressionName, MethodName, PackageOrTypeName, or AmbiguousName.
    Each Name can be part either of a Declaration or a Reference to a Declaration.