public interface Name extends Expression, DocElement
[JLS3:6.2] Names and Identifiers
[JLS3:6.5.6] Meaning of Expression Names
FieldAccessExpression
Modifier and Type | Method and Description |
---|---|
SimpleName |
getLastSegment()
Returns the simple name of this name.
|
List<SimpleName> |
toNameList()
Returns a simple name list of this name.
|
String |
toNameString()
Returns the string representation of this name.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
SimpleName getLastSegment()
List<SimpleName> toNameList()
String toNameString()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.