Java org.eclipse.jdt.internal.compiler.lookup BinaryTypeBinding fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.internal.compiler.lookup BinaryTypeBinding fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.internal.compiler.lookup BinaryTypeBinding.

The text is from its open source code.

Field

MethodBinding[]methods
TypeVariableBinding[]typeVariables

Constructor

BinaryTypeBinding(PackageBinding packageBinding, IBinaryType binaryType, LookupEnvironment environment)
Standard constructor for creating binary type bindings from binary models (classfiles)
BinaryTypeBinding(PackageBinding packageBinding, IBinaryType binaryType, LookupEnvironment environment, boolean needFieldsAndMethods)
Standard constructor for creating binary type bindings from binary models (classfiles)

Method