public class Mangle extends Object
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Modifier and Type | Class and Description |
---|---|
static class |
Mangle.Type |
Modifier and Type | Method and Description |
---|---|
String |
mangle(CharSequence name,
int mtype) |
String |
mangleChar(char ch) |
String |
mangleMethod(ExecutableElement method,
TypeElement clazz,
int mtype) |
public final String mangle(CharSequence name, int mtype)
public String mangleMethod(ExecutableElement method, TypeElement clazz, int mtype) throws com.sun.tools.javah.TypeSignature.SignatureException
com.sun.tools.javah.TypeSignature.SignatureException
public final String mangleChar(char ch)
Copyright © 2017 earcam. All rights reserved.