public class WASMWriterUtils extends Object
| Constructor and Description |
|---|
WASMWriterUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toClassName(BytecodeObjectTypeRef aTypeRef) |
static String |
toMethodName(BytecodeObjectTypeRef aClassName,
BytecodeUtf8Constant aConstant,
BytecodeMethodSignature aSignature) |
static String |
toMethodName(BytecodeObjectTypeRef aClassName,
String aMethodName,
BytecodeMethodSignature aSignature) |
static String |
toMethodName(String aMethodName,
BytecodeMethodSignature aSignature) |
static String |
toType(TypeRef aType) |
public static String toMethodName(String aMethodName, BytecodeMethodSignature aSignature)
public static String toMethodName(BytecodeObjectTypeRef aClassName, String aMethodName, BytecodeMethodSignature aSignature)
public static String toMethodName(BytecodeObjectTypeRef aClassName, BytecodeUtf8Constant aConstant, BytecodeMethodSignature aSignature)
public static String toClassName(BytecodeObjectTypeRef aTypeRef)
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.