MCPcopy Create free account
hub / github.com/mozilla/rhino / getType

Method getType

rhino/src/main/java/org/mozilla/javascript/Node.java:161–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159 }
160
161 public int getType() {
162 return type;
163 }
164
165 /** Sets the node type and returns this node. */
166 public Node setType(int type) {

Callers 15

visitLetMethod · 0.95
toStringTreeHelperMethod · 0.95
transformElementGetMethod · 0.95
initFunctionMethod · 0.95
createForInMethod · 0.95
createTryCatchFinallyMethod · 0.95
visitStatementMethod · 0.95
visitExpressionMethod · 0.95
buildBlocksMethod · 0.95
lookForVariableAccessMethod · 0.95

Calls

no outgoing calls

Tested by 13

assertSwitchMethod · 0.76
inlinecommentForStMethod · 0.76
inlineCommentsForIfMethod · 0.76
blockCommentinElseMethod · 0.76
commentsInElseIfMethod · 0.76
nestedMethod · 0.36
linenoAssignMethod · 0.36
linenoCallMethod · 0.36
linenoGetPropMethod · 0.36
linenoGetElemMethod · 0.36
commentsInCaseBlockMethod · 0.36