Package gw.lang.reflect.gs
Interface IClassDefinitionListener
-
public interface IClassDefinitionListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
auxilaryClassDefined(Class cls, byte[] bytes)
void
classDefined(ICompilableType gsClass, byte[] bytes)
-
-
-
Method Detail
-
classDefined
void classDefined(ICompilableType gsClass, byte[] bytes)
-
auxilaryClassDefined
void auxilaryClassDefined(Class cls, byte[] bytes)
-
-