Package org.fife.rsta.ac.js
Class JavaScriptHelper.InfixVisitor
java.lang.Object
org.fife.rsta.ac.js.JavaScriptHelper.InfixVisitor
- All Implemented Interfaces:
org.mozilla.javascript.ast.NodeVisitor
- Enclosing class:
JavaScriptHelper
private static class JavaScriptHelper.InfixVisitor
extends Object
implements org.mozilla.javascript.ast.NodeVisitor
Visitor for infix expression to work out whether the variable should be a
string number literal Only works by determining the presence of
StringLiterals and NumberLiterals. StringLiteral will override type to
evaluate to String.
TODO most probably need some work on this
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
provider
-
-
Constructor Details
-
InfixVisitor
-
-
Method Details
-
visit
public boolean visit(org.mozilla.javascript.ast.AstNode node) - Specified by:
visitin interfaceorg.mozilla.javascript.ast.NodeVisitor
-