cpw.mods.fml.common.asm.transformers
Class AccessTransformer

java.lang.Object
  extended by cpw.mods.fml.common.asm.transformers.AccessTransformer
All Implemented Interfaces:
IClassTransformer
Direct Known Subclasses:
ForgeAccessTransformer

public class AccessTransformer
extends Object
implements IClassTransformer


Constructor Summary
AccessTransformer()
           
 
Method Summary
 void ensurePublicAccessFor(String modClazzName)
           
static void main(String[] args)
           
 byte[] transform(String name, byte[] bytes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessTransformer

public AccessTransformer()
                  throws IOException
Throws:
IOException
Method Detail

transform

public byte[] transform(String name,
                        byte[] bytes)
Specified by:
transform in interface IClassTransformer

main

public static void main(String[] args)

ensurePublicAccessFor

public void ensurePublicAccessFor(String modClazzName)