public static final class PropertyReferenceDeclaration.ReferenceList extends Object
Modifier and Type | Method and Description |
---|---|
List<PropertySymbol> |
asList()
Returns the entity as
List . |
List<PropertySymbol> |
getAllReferences()
Returns the referred symbols.
|
PropertyReferenceDeclaration.ReferenceList |
remap(UnaryOperator<PropertySymbol> mapper)
Returns the mapped container.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
asMap, isStub
public List<PropertySymbol> getAllReferences()
PropertyReferenceDeclaration.ReferenceContainer
public PropertyReferenceDeclaration.ReferenceList remap(UnaryOperator<PropertySymbol> mapper)
PropertyReferenceDeclaration.ReferenceContainer
mapper
- the symbol mapperpublic List<PropertySymbol> asList()
PropertyReferenceDeclaration.ReferenceContainer
List
.Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.