Example usage for org.eclipse.jdt.internal.compiler.parser TerminalTokens interface-usage

List of usage examples for org.eclipse.jdt.internal.compiler.parser TerminalTokens interface-usage

Introduction

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

Usage

From source file org.caesarj.ui.javamodel.AspectsConvertingParser.java

/**
 * The purpose of this parser is to convert AspectJ code into similar Java code
 * which allows us to reuse for example for jdt formatting or comment
 * generation.
 * 
 * Depending on the ConversionOptions it gets called with, it does: - replace

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$