Class DefaultContext
java.lang.Object
com.puppycrawl.tools.checkstyle.DefaultContext
- All Implemented Interfaces:
Context
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a context entry.Searches for the value with the specified attribute key in this context.Returns the names of all attributes of this context.
-
Field Details
-
entries
-
-
Constructor Details
-
DefaultContext
public DefaultContext()
-
-
Method Details
-
get
-
getAttributeNames
Description copied from interface:ContextReturns the names of all attributes of this context.- Specified by:
getAttributeNamesin interfaceContext- Returns:
- the names of all attributes of this context.
-
add
-