public abstract class SourceForBinaryQueryImpl2Base extends Object implements SourceForBinaryQueryImplementation2
SourceForBinaryQueryImplementation2
which need to delegate
to other SourceForBinaryQueryImplementation
.SourceForBinaryQueryImplementation2.Result
Constructor and Description |
---|
SourceForBinaryQueryImpl2Base() |
Modifier and Type | Method and Description |
---|---|
protected SourceForBinaryQueryImplementation2.Result |
asResult(SourceForBinaryQuery.Result result)
Creates a wrapper for
SourceForBinaryQuery.Result . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findSourceRoots2
findSourceRoots
protected final SourceForBinaryQueryImplementation2.Result asResult(SourceForBinaryQuery.Result result)
SourceForBinaryQuery.Result
. This method
should be used by delegating SourceForBinaryQueryImplementation2
which need to delegate to SourceForBinaryQueryImplementation
.result
- returned by SourceForBinaryQueryImplementation
,
When result is already instanceof SourceForBinaryQueryImplementation2.Result
it's returned without wrapping.SourceForBinaryQueryImplementation2.Result
.