Home
last modified time | relevance | path

Searched refs:signatureCompiler (Results 1 – 1 of 1) sorted by relevance

/external/emma/core/java12/com/vladium/jcd/lib/
DTypes.java146 return new signatureCompiler ().signatureDescriptor (parameterTypes, returnType); in signatureToDescriptor()
163 return new signatureCompiler ().typeDescriptor (type); in typeToDescriptor()
403 private static final class signatureCompiler class in Types