public abstract class EntityTokenCheckBase extends EntityCheckBase
context| Constructor and Description |
|---|
EntityTokenCheckBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processEntity(ShallowEntity entity)
Processes a single selected entity.
|
protected abstract void |
processTokens(java.util.List<IToken> tokens)
Process the start or end tokens for a selected entity.
|
execute, filterEntities, getXPathSelectionStringcreateFinding, createFinding, createFinding, createFinding, createFinding, createFinding, createFinding, createFindingForSiblingEntities, createFindingForSiblings, createFindingOnFirstLine, createFindingOnUnfilteredCode, createFindingOnUnfilteredCode, createFindingOnUnfilteredCode, createInstance, createSelectionPattern, getCodeViewOption, initialize, isCpp, select, select, selectUnfilteredPreProcessed, setContextpublic EntityTokenCheckBase()
protected void processEntity(ShallowEntity entity) throws CheckException
processEntity in class EntityCheckBaseCheckExceptionprotected abstract void processTokens(java.util.List<IToken> tokens) throws CheckException
CheckException