- Enclosing interface:
- JavaFileScannerContext
public static class JavaFileScannerContext.Location
extends Object
Message and syntaxNode for a secondary location.
-
Field Summary
Fields
Message of the secondary location.
Syntax node on which to raise the secondary location.
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
msg
Message of the secondary location.
-
syntaxNode
public final Tree syntaxNode
Syntax node on which to raise the secondary location.
-
-