Example usage for org.eclipse.jdt.internal.compiler.flow FlowInfo UNKNOWN

List of usage examples for org.eclipse.jdt.internal.compiler.flow FlowInfo UNKNOWN

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.compiler.flow FlowInfo UNKNOWN.

Prototype

int UNKNOWN

To view the source code for org.eclipse.jdt.internal.compiler.flow FlowInfo UNKNOWN.

Click Source Link

Usage

From source file:org.eclipse.objectteams.otdt.internal.core.compiler.ast.BaseCallMessageSend.java

License:Open Source License

@Override
public int nullStatus(FlowInfo flowInfo, FlowContext flowContext) {
    return FlowInfo.UNKNOWN;
}