org.netbeans.spi.java.queries.support
Class SourceForBinaryQueryImpl2Base
java.lang.Object
org.netbeans.spi.java.queries.support.SourceForBinaryQueryImpl2Base
- All Implemented Interfaces:
- SourceForBinaryQueryImplementation, SourceForBinaryQueryImplementation2
public abstract class SourceForBinaryQueryImpl2Base
- extends Object
- implements SourceForBinaryQueryImplementation2
Base class for SourceForBinaryQueryImplementation2
which need to delegate
to other SourceForBinaryQueryImplementation
.
- Since:
- 1.16
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceForBinaryQueryImpl2Base
public SourceForBinaryQueryImpl2Base()
asResult
protected final SourceForBinaryQueryImplementation2.Result asResult(SourceForBinaryQuery.Result result)
- Creates a wrapper for
SourceForBinaryQuery.Result
. This method
should be used by delegating SourceForBinaryQueryImplementation2
which need to delegate to SourceForBinaryQueryImplementation
.
- Parameters:
result
- returned by SourceForBinaryQueryImplementation
,
When result is already instanceof SourceForBinaryQueryImplementation2.Result
it's returned without wrapping.
- Returns:
- a
SourceForBinaryQueryImplementation2.Result
.