Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
transformCompilationUnit_r
Method · 0.95
visitLet
Method · 0.95
toStringTreeHelper
Method · 0.95
transformElementGet
Method · 0.95
initFunction
Method · 0.95
createForIn
Method · 0.95
createTryCatchFinally
Method · 0.95
visitStatement
Method · 0.95
visitExpression
Method · 0.95
processDestructuringDefaults
Method · 0.95
buildBlocks
Method · 0.95
lookForVariableAccess
Method · 0.95
Calls
no outgoing calls
Tested by
13
inlineCommentForCaseBlock
Method · 0.76
assertSwitch
Method · 0.76
inlinecommentForSt
Method · 0.76
inlineCommentsForIf
Method · 0.76
blockCommentinElse
Method · 0.76
commentsInElseIf
Method · 0.76
nested
Method · 0.36
linenoAssign
Method · 0.36
linenoCall
Method · 0.36
linenoGetProp
Method · 0.36
linenoGetElem
Method · 0.36
commentsInCaseBlock
Method · 0.36