public interface AstName extends AstAttributeValue
AstNode.AbstractVisitor<C,R>, AstNode.Visitor<C,R>
Modifier and Type | Method and Description |
---|---|
AstName |
getQualifier()
Returns the qualifier of this name.
|
AstSimpleName |
getSimpleName()
Returns the simple name of this name.
|
AstName getQualifier()
null
if this represents a simple nameAstSimpleName getSimpleName()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.