Example usage for org.eclipse.jdt.core.dom VariableDeclaration subclass-usage

List of usage examples for org.eclipse.jdt.core.dom VariableDeclaration subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.core.dom VariableDeclaration subclass-usage.

Usage

From source file com.google.devtools.j2objc.ast.SingleVariableDeclaration.java

/**
 * Node type for a declaration of a single variable. Used in parameter lists
 * and catch clauses.
 */
public class SingleVariableDeclaration extends VariableDeclaration {

From source file com.google.devtools.j2objc.ast.VariableDeclarationFragment.java

/**
 * A declaration fragment contains the declaration and optional initialization
 * of a single variable.
 */
public class VariableDeclarationFragment extends VariableDeclaration {

From source file com.j2swift.ast.SingleVariableDeclaration.java

/**
 * Node type for a declaration of a single variable. Used in parameter lists and
 * catch clauses.
 */
public class SingleVariableDeclaration extends VariableDeclaration {

From source file com.j2swift.ast.VariableDeclarationFragment.java

/**
 * A declaration fragment contains the declaration and optional initialization
 * of a single variable.
 */
public class VariableDeclarationFragment extends VariableDeclaration {