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

Example usage for Java org.eclipse.jdt.internal.compiler.lookup ParameterizedMethodBinding 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 ParameterizedMethodBinding.

The text is from its open source code.

Constructor

ParameterizedMethodBinding(final ParameterizedTypeBinding parameterizedDeclaringClass, MethodBinding originalMethod)
Create method of parameterized type, substituting original parameters/exception/return type with type arguments.

Method

booleanisConstructor()
MethodBindingoriginal()
Returns the original method (as opposed to parameterized instances)