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