Interface Reportable

All Known Subinterfaces:
AntlrNode<N>, CommentNode, GenericNode<N>, GenericToken<T>, JjtreeNode<N>, Node, RootNode, ScopedNode, TextAvailableNode, TextNode
All Known Implementing Classes:
AbstractJjtreeNode, AbstractNode, AntlrToken, BaseAntlrErrorNode, BaseAntlrInnerNode, BaseAntlrNode, BaseAntlrTerminalNode, JavaccToken, PlainTextLanguage.PlainTextFile

public interface Reportable
Interface implemented by those objects that can be the target of a RuleViolation. Nodes and tokens implement this interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the location at which this element should be reported.