Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.javatools.parser.java.v2.model
Interface UnresolvedType

All Known Implementing Classes:
QuickUnresolvedType, SignatureHasType

public interface UnresolvedType

Information about a JavaHasType, useful when JavaHasType.getResolvedType() returns null.


Method Summary
 java.lang.String getSimplifiedName()
          Converts the search string to source format and then attempts to simplify it as much as possible before returning.
 java.lang.String toString()
          Converts the search string to source format and returns it.

 

Method Detail

getSimplifiedName

java.lang.String getSimplifiedName()
Converts the search string to source format and then attempts to simplify it as much as possible before returning. For example, if the search string is "junit.framework.Assert", then this will return "Assert".
Returns:
A simplified version of the search string in source format, empty if not available. Always non-null.

toString

java.lang.String toString()
Converts the search string to source format and returns it. For example, if this is a type reference in a class file and the search string is "java/lang/Map$Entry", this will return "java.lang.Map.Entry".
Overrides:
toString in class java.lang.Object
Returns:
A simplified version of the search string in source format, empty if not available. Always non-null.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


Copyright © 1997, 2015, Oracle. All rights reserved.