Example usage for org.eclipse.jdt.internal.compiler.ast CaseStatement subclass-usage

List of usage examples for org.eclipse.jdt.internal.compiler.ast CaseStatement subclass-usage

Introduction

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

Usage

From source file org.nabucco.framework.mda.model.java.ast.extension.statement.CaseStatementExtension.java

/**
 * Extension for java AST class {@link CaseStatement}. Allows printing of annotation in correct
 * order.
 * <p/>
 * The programming structure is oriented towards the original {@link CaseStatement} class.
 *