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 Object
getAttribute(String strAttr)
boolean
hasAttribute(String strAttr)
void
setAttribute(String strAttr, Object value)
-
Methods inherited from interface gw.lang.reflect.ITypeLoaderListener
refreshed, refreshedTypes
-
-