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

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

Introduction

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

The text is from its open source code.

Method

intgetAccessibility()
Returns the accessibility of the type name match
StringgetFullyQualifiedName()
Returns the matched type's fully qualified name using '.'
intgetModifiers()
Returns the modifiers of the matched type.
IPackageFragmentRootgetPackageFragmentRoot()
Returns the package fragment root of the stored type.
StringgetPackageName()
Returns the package name of the stored type.
StringgetSimpleTypeName()
Returns the name of the stored type.
ITypegetType()
Returns a java model type handle.
StringgetTypeContainerName()
Name of the type container using '.'