Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ getType
Method
getType
src/main/java/org/dynjs/ir/Operand.java:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
public
OperandType getType() {
32
return
type;
33
}
34
35
public
abstract
void
addUsedVariables(List<Variable> l);
36
Callers
12
testPunctuation
Method · 0.45
testIdentifiers
Method · 0.45
testKeywords
Method · 0.45
testBooleanLiterals
Method · 0.45
testNumericLiterals
Method · 0.45
testStringLiterals
Method · 0.45
testRegexpLiterals
Method · 0.45
testSingleLineCommentWithEOL
Method · 0.45
testSingleLineCommentWithOnlyEOL
Method · 0.45
execute
Method · 0.45
emitOperand
Method · 0.45
storeResult
Method · 0.45
Calls
no outgoing calls
Tested by
9
testPunctuation
Method · 0.36
testIdentifiers
Method · 0.36
testKeywords
Method · 0.36
testBooleanLiterals
Method · 0.36
testNumericLiterals
Method · 0.36
testStringLiterals
Method · 0.36
testRegexpLiterals
Method · 0.36
testSingleLineCommentWithEOL
Method · 0.36
testSingleLineCommentWithOnlyEOL
Method · 0.36