public static interface Mappings.FunctionMapping extends Mappings.CoreMapping
| Modifier and Type | Method and Description |
|---|---|
MappingType |
getMappingType()
Returns the mapping type.
|
int |
getSourceCount() |
int |
getTarget(int source)
Returns the target that a source maps to.
|
int |
getTargetOpt(int source)
Returns the target that a source maps to, or -1 if it is not mapped.
|
sizeint getTargetOpt(int source)
int getTarget(int source)
source - sourceMappings.NoElementException - if source is not mappedMappingType getMappingType()
Mappings.CoreMappinggetMappingType in interface Mappings.CoreMappingint getSourceCount()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.