public interface FieldAccessExpression extends Expression
[JLS3:15.11] Field Access Expressions
Modifier and Type | Method and Description |
---|---|
SimpleName |
getName()
Returns the field name.
|
Expression |
getQualifier()
Returns the qualifier expression.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
Expression getQualifier()
QualifiedName
.
So that, the qualifier must not be a kind of Name
.SimpleName getName()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.