Package gw.lang.parser
Interface IAttributeSource
-
- All Superinterfaces:
ITypeLoaderListener
public interface IAttributeSource extends ITypeLoaderListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAttribute(String strAttr)booleanhasAttribute(String strAttr)voidsetAttribute(String strAttr, Object value)-
Methods inherited from interface gw.lang.reflect.ITypeLoaderListener
refreshed, refreshedTypes
-
-