com.puppycrawl.tools.checkstyle.api
Interface Context
- DefaultContext
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.
|
get
public Object get(String aKey)
Searches for the value with the specified attribute key in this context.
aKey
- the attribute key.
- the value in this context with the specified attribute key value.
getAttributeNames
public String[] getAttributeNames()
Returns the names of all atttributes of this context.
- the names of all atttributes of this context.