Interface AliasedName
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
AliasedNameImpl
public interface AliasedName extends Tree
Aliased name
Example:dottedName()asKeyword()alias()foo.bar as f
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Namealias()TokenasKeyword()DottedNamedottedName()
-
-
-
Method Detail
-
asKeyword
@CheckForNull Token asKeyword()
-
alias
@CheckForNull Name alias()
-
dottedName
DottedName dottedName()
-
-