Example usage for org.eclipse.jdt.core.dom IBinding interface-usage

List of usage examples for org.eclipse.jdt.core.dom IBinding interface-usage

Introduction

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

Usage

From source file com.google.devtools.j2objc.jdt.AbstractBinding.java

/**
 * Abstract base class for IBinding providing default implementations for
 * most interface methods.
 *
 * @author Keith Stanger
 */

From source file com.google.devtools.j2objc.jdt.JdtBinding.java

/**
 * Wrapper class around IBinding, allowing getKind() to be redefined by
 * TypeMirror.
 */
public abstract class JdtBinding implements IBinding {
    protected final IBinding binding;

From source file com.google.devtools.j2objc.types.AbstractBinding.java

/**
 * Abstract base class for IBinding providing default implementations for
 * most interface methods.
 *
 * @author Keith Stanger
 */

From source file com.j2swift.types.AbstractBinding.java

/**
 * Abstract base class for IBinding providing default implementations for
 * most interface methods.
 *
 * @author Keith Stanger
 */

From source file org.ebayopensource.dsf.javatojs.translate.AstBinding.java

public class AstBinding implements IBinding {

    private URL m_pkgPath;
    private String m_pkgName;
    private String m_clsName;
    private ASTNode m_astNode;

From source file org.eclipse.vjet.dsf.javatojs.translate.AstBinding.java

public class AstBinding implements IBinding {

    private URL m_pkgPath;
    private String m_pkgName;
    private String m_clsName;
    private ASTNode m_astNode;