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

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

Introduction

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

Usage

From source file org.nabucco.framework.mda.model.java.ast.extension.expression.CastExpressionExtension.java

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