|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReferenceFinder
QEDEQ module reference finder.
Method Summary | |
---|---|
void |
addWarning(int code,
java.lang.String msg,
SourcePosition startDelta,
SourcePosition endDelta)
Add warning. |
java.lang.String |
getReferenceLink(java.lang.String reference,
SourcePosition startDelta,
SourcePosition endDelta)
Return string for reference link. |
Method Detail |
---|
java.lang.String getReferenceLink(java.lang.String reference, SourcePosition startDelta, SourcePosition endDelta)
reference
- Link to this.startDelta
- Absolute source position start of reference.endDelta
- Absolute source position end of reference.
void addWarning(int code, java.lang.String msg, SourcePosition startDelta, SourcePosition endDelta)
code
- Warning code.msg
- Warning message.startDelta
- Skip position relative to location start).endDelta
- Mark until this column (relative to location start).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |