cpw.mods.fml.common.discovery
Class ASMDataTable.ASMData

java.lang.Object
  extended by cpw.mods.fml.common.discovery.ASMDataTable.ASMData
Enclosing class:
ASMDataTable

public static class ASMDataTable.ASMData
extends Object


Constructor Summary
ASMDataTable.ASMData(ModCandidate candidate, String annotationName, String className, String objectName, Map<String,Object> info)
           
 
Method Summary
 Map<String,Object> getAnnotationInfo()
           
 String getAnnotationName()
           
 ModCandidate getCandidate()
           
 String getClassName()
           
 String getObjectName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASMDataTable.ASMData

public ASMDataTable.ASMData(ModCandidate candidate,
                            String annotationName,
                            String className,
                            String objectName,
                            Map<String,Object> info)
Method Detail

getCandidate

public ModCandidate getCandidate()

getAnnotationName

public String getAnnotationName()

getClassName

public String getClassName()

getObjectName

public String getObjectName()

getAnnotationInfo

public Map<String,Object> getAnnotationInfo()