public class LLVMWriterUtils extends Object
| Constructor and Description |
|---|
LLVMWriterUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
filteredForTest(BytecodeLinkedClass aClass) |
static String |
runtimeClassVariableName(BytecodeObjectTypeRef aType) |
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 |
toSignature(BytecodeMethodSignature signature) |
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)
public static String toSignature(BytecodeMethodSignature signature)
public static boolean filteredForTest(BytecodeLinkedClass aClass)
public static String runtimeClassVariableName(BytecodeObjectTypeRef aType)
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.