public final class TILCoreEntryPoint extends CoreEntryPoint
| Constructor and Description |
|---|
TILCoreEntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
classTargets() |
org.objectweb.asm.tree.ClassNode |
editClass(org.objectweb.asm.tree.ClassNode classNode) |
java.lang.String |
getCoreID() |
java.lang.String |
getCoreName() |
static TILCoreEntryPoint |
getInstance() |
beginList, endList, getClassName, getClassName, getFieldName, getFieldName, getMethodName, getMethodName, insBasic, insField, insIf, insInvokeInterface, insInvokeInterface, insInvokeSpecial, insInvokeSpecial, insInvokeStatic, insInvokeStatic, insInvokeVirtual, insInvokeVirtual, insLabel, insLDC, insThis, insType, insVar, isTarget, toBinary, toDesc, toInternal, toSignature, toString, transform, transformpublic static TILCoreEntryPoint getInstance()
public java.util.List<java.lang.String> classTargets()
classTargets in class CoreEntryPointpublic org.objectweb.asm.tree.ClassNode editClass(org.objectweb.asm.tree.ClassNode classNode)
editClass in class CoreEntryPointpublic java.lang.String getCoreID()
getCoreID in class CoreEntryPointpublic java.lang.String getCoreName()
getCoreName in class CoreEntryPoint