Class JavaFileScannerContext.Location

  • Enclosing interface:
    JavaFileScannerContext

    public static class JavaFileScannerContext.Location
    extends Object
    Message and syntaxNode for a secondary location.
    • Field Detail

      • msg

        public final String msg
        Message of the secondary location.
      • syntaxNode

        public final Tree syntaxNode
        Syntax node on which to raise the secondary location.
    • Constructor Detail

      • Location

        public Location​(String msg,
                        Tree syntaxNode)