Example usage for org.eclipse.jdt.internal.compiler.lookup ReferenceBinding subclass-usage

List of usage examples for org.eclipse.jdt.internal.compiler.lookup ReferenceBinding subclass-usage

Introduction

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

Usage

From source file org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.java

public class SourceTypeBinding extends ReferenceBinding {
    public ReferenceBinding superclass;
    public ReferenceBinding[] superInterfaces;
    private FieldBinding[] fields;
    private MethodBinding[] methods;
    public ReferenceBinding[] memberTypes;