OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:descriptorToType
(Results
1 - 2
of
2
) sorted by null
/external/emma/core/java12/com/vladium/jcd/lib/
Types.java
157
* Note the invariant typeToDescriptor(
descriptorToType
(desc)) == desc.
159
* @see #
descriptorToType
171
*
descriptorToType
("[[I") = int[][].class <BR>
172
*
descriptorToType
("B") = byte.class
174
* Note the invariant
descriptorToType
(typeToDescriptor(c)) == c.
176
* @see #
descriptorToType
178
public static Class
descriptorToType
(String typedescriptor) throws ClassNotFoundException
/external/emma/lib/
emma.jar
Completed in 34 milliseconds