public class AnnotatorStacktrace extends Object implements IAnnotator
| Constructor and Description |
|---|
AnnotatorStacktrace() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addStackTrace(nu.xom.Node node,
IResult result,
int stackIndex)
Add a stack trace to a node.
|
void |
annotate(IResultSet result)
Annotates the result information.
|
public void annotate(IResultSet result) throws AnnotatorException
IAnnotatorannotate in interface IAnnotatorresult - The result set.AnnotatorException - On annotation errors.protected void addStackTrace(nu.xom.Node node,
IResult result,
int stackIndex)
throws AnnotatorException
node - The node.result - The result.stackIndex - The indexes map.AnnotatorException - On annotator errors.Copyright © 2016. All rights reserved.