public class RDDReportAdapter extends FTFglXRefInfoAdapter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
legalCopyright |
Constructor and Description |
---|
RDDReportAdapter(RDDModule module) |
Modifier and Type | Method and Description |
---|---|
void |
onMatchDeclarationNode(int symbolId,
int lineStart,
int lineEnd,
int startCol,
int fileId,
int fileIdEnd) |
void |
onMatchReportOrderNode(int symbolId,
int parameterId,
boolean ascending) |
void |
onMatchReportPrintElementNode(char printType,
java.lang.String what) |
void |
onMatchReportPrintNode(int line,
int fileId,
java.lang.String name) |
void |
onMatchReportPropertyNode(int symbolId,
java.lang.String property,
java.lang.String value) |
void |
onMatchSymbolNode(int symbolId,
int parentId,
char symbolType,
java.lang.String name,
java.lang.String typeName,
java.lang.String likeName,
java.lang.String scope) |
void |
onMatchTreeNode(int firstLine,
int endLine,
char treeNodeType,
int fileId,
int fileIdEnd,
java.lang.String name) |
void |
onMatchXRefNode(int symbolId,
char xrefType,
int line,
int col,
int fileId,
java.lang.String type) |
afterParsing, beforeParsing, onError, onFirstTreeNode, onIdle, onInfo, onMatchDetails, onMatchFileNode, onMatchReportWordWrapNode, onNoMoreTreeNode, onProposalAttribute, onProposalClass, onProposalColumn, onProposalCusror, onProposalFunction, onProposalMethod, onProposalPackage, onProposalTable, onProposalToken, onProposalVariable, onUnmatchedError, onWarning
public static final java.lang.String legalCopyright
public RDDReportAdapter(RDDModule module)
public void onMatchSymbolNode(int symbolId, int parentId, char symbolType, java.lang.String name, java.lang.String typeName, java.lang.String likeName, java.lang.String scope) throws java.lang.Exception
onMatchSymbolNode
in class FTFglXRefInfoAdapter
java.lang.Exception
public void onMatchDeclarationNode(int symbolId, int lineStart, int lineEnd, int startCol, int fileId, int fileIdEnd) throws java.lang.Exception
onMatchDeclarationNode
in class FTFglXRefInfoAdapter
java.lang.Exception
public void onMatchXRefNode(int symbolId, char xrefType, int line, int col, int fileId, java.lang.String type) throws java.lang.Exception
onMatchXRefNode
in class FTFglXRefInfoAdapter
java.lang.Exception
public void onMatchTreeNode(int firstLine, int endLine, char treeNodeType, int fileId, int fileIdEnd, java.lang.String name) throws java.lang.Exception
onMatchTreeNode
in class FTFglXRefInfoAdapter
java.lang.Exception
public void onMatchReportPropertyNode(int symbolId, java.lang.String property, java.lang.String value) throws java.lang.Exception
onMatchReportPropertyNode
in class FTFglXRefInfoAdapter
java.lang.Exception
public void onMatchReportOrderNode(int symbolId, int parameterId, boolean ascending) throws java.lang.Exception
onMatchReportOrderNode
in class FTFglXRefInfoAdapter
java.lang.Exception
public void onMatchReportPrintNode(int line, int fileId, java.lang.String name) throws java.lang.Exception
onMatchReportPrintNode
in class FTFglXRefInfoAdapter
java.lang.Exception
public void onMatchReportPrintElementNode(char printType, java.lang.String what) throws java.lang.Exception
onMatchReportPrintElementNode
in class FTFglXRefInfoAdapter
java.lang.Exception