Java org.eclipse.jdt.core BindingKey fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core BindingKey fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core BindingKey.

The text is from its open source code.

Constructor

BindingKey(String key)
Creates a new binding key.

Method

StringcreateTypeBindingKey(String typeName)
Creates a new type binding key from the given type name.
BindingKeygetDeclaringType()
Returns the binding key of the declaring type of the element represented by this binding key.
String[]getThrownExceptions()
Returns the thrown exception signatures of the element represented by this binding key.
String[]getTypeArguments()
Returns the type argument signatures of the element represented by this binding key.
booleanisParameterizedMethod()
Returns whether this binding key represents a parameterized method, or if its declaring method is a parameterized method.
booleanisParameterizedType()
Returns whether this binding key represents a parameterized type, or if its declaring type is a parameterized type.
booleanisRawType()
Returns whether this binding key represents a raw type.
StringtoSignature()
Transforms this binding key into a resolved signature.