Example usage for org.eclipse.jdt.internal.compiler.ast OperatorIds interface-usage

List of usage examples for org.eclipse.jdt.internal.compiler.ast OperatorIds interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.compiler.ast OperatorIds interface-usage.

Usage

From source file org.eclipse.jdt.internal.compiler.parser.Parser.java

public class Parser implements ParserBasicInformation, TerminalTokens, OperatorIds, TypeIds {

    protected static final int THIS_CALL = ExplicitConstructorCall.This;
    protected static final int SUPER_CALL = ExplicitConstructorCall.Super;
    public static final char[] FALL_THROUGH_TAG = "$FALL-THROUGH$".toCharArray(); //$NON-NLS-1$