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