com.puppycrawl.tools.checkstyle.api
public interface Context
See Also: Contextualizable
Method Summary | |
---|---|
Object | get(String aKey)
Searches for the value with the specified attribute key in this context. |
String[] | getAttributeNames()
Returns the names of all atttributes of this context. |
Parameters: aKey the attribute key.
Returns: the value in this context with the specified attribute key value.
Returns: the names of all atttributes of this context.