Class NameSpaceImportNode
java.lang.Object
com.oracle.js.parser.ir.Node
com.oracle.js.parser.ir.NameSpaceImportNode
- All Implemented Interfaces:
Cloneable
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionNameSpaceImportNode(long token, int start, int finish, IdentNode bindingIdentifier) -
Method Summary
Modifier and TypeMethodDescriptionaccept(NodeVisitor<? extends LexicalContext> visitor) Provides a means to navigate the IR.<R> Raccept(TranslatorNodeVisitor<? extends LexicalContext, R> visitor) Provides a means to navigate the IR.setBindingIdentifier(IdentNode bindingIdentifier) voidtoString(StringBuilder sb, boolean printType) Print logic that decides whether to show the optimistic type or not - for example it should not be printed after just parse, when it hasn't been computed, or has been set to a trivially provable valueMethods inherited from class Node
clone, equals, getFinish, getSourceOrder, getStart, getToken, hashCode, isAssignment, isLoop, isTokenType, tokenType, toString, toString
-
Constructor Details
-
NameSpaceImportNode
-
-
Method Details
-
getBindingIdentifier
-
setBindingIdentifier
-
accept
Description copied from class:NodeProvides a means to navigate the IR. -
accept
Description copied from class:NodeProvides a means to navigate the IR. -
toString
Description copied from class:NodePrint logic that decides whether to show the optimistic type or not - for example it should not be printed after just parse, when it hasn't been computed, or has been set to a trivially provable value
-