Example usage for org.eclipse.jdt.internal.compiler.lookup TypeIds interface-usage

List of usage examples for org.eclipse.jdt.internal.compiler.lookup TypeIds interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.compiler.lookup TypeIds 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$

From source file org.eclipse.objectteams.otdt.internal.core.compiler.lifting.Lifting.java

/**
 * This class generates the AST for liftTo methods and constructors.
 * Also declared lifting arguments are translated here.
 *
 * Special cases:
 * Declared lifting in team constructors requires several hacks: