Class JavaLinkGenerator.IsLinkableCheckResult
java.lang.Object
org.fife.rsta.ac.java.JavaLinkGenerator.IsLinkableCheckResult
- Enclosing class:
JavaLinkGenerator
The result of checking whether a region of code under the mouse is
possibly link-able.
- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateIsLinkableCheckResult(org.fife.ui.rsyntaxtextarea.Token token, boolean method) -
Method Summary
-
Field Details
-
token
private org.fife.ui.rsyntaxtextarea.Token tokenThe token under the mouse position. -
method
private boolean methodWhether the token is a method invocation (as opposed to a local variable or field).
-
-
Constructor Details
-
IsLinkableCheckResult
private IsLinkableCheckResult(org.fife.ui.rsyntaxtextarea.Token token, boolean method)
-