| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.puppycrawl.tools.checkstyle.DefaultContextMethod Summary | |
void |
|
Object |
|
String[] | |
public void add(String aKey,
Object aValue)Adds a context entry.
- Parameters:
aKey- the context keyaValue- the value for aKey
public String[] getAttributeNames()
- Specified by:
- getAttributeNames in interface Context
| Back to the Checkstyle Home Page |