MCPcopy 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

testPunctuationMethod · 0.45
testIdentifiersMethod · 0.45
testKeywordsMethod · 0.45
testBooleanLiteralsMethod · 0.45
testNumericLiteralsMethod · 0.45
testStringLiteralsMethod · 0.45
testRegexpLiteralsMethod · 0.45
executeMethod · 0.45
emitOperandMethod · 0.45
storeResultMethod · 0.45

Calls

no outgoing calls

Tested by 9

testPunctuationMethod · 0.36
testIdentifiersMethod · 0.36
testKeywordsMethod · 0.36
testBooleanLiteralsMethod · 0.36
testNumericLiteralsMethod · 0.36
testStringLiteralsMethod · 0.36
testRegexpLiteralsMethod · 0.36