MCPcopy Index your code
hub / github.com/beanshell/beanshell / intValue

Method intValue

src/bsh/Primitive.java:785–791  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

783 }
784
785 public int intValue() throws UtilEvalError
786 {
787 if(value instanceof Number)
788 return((Number)value).intValue();
789 else
790 throw new UtilEvalError("Primitive not a number");
791 }
792
793 public boolean booleanValue() throws UtilEvalError
794 {

Callers 12

evalMethod · 0.80
popNodeMethod · 0.80
clearNodeScopeMethod · 0.80
closeNodeScopeMethod · 0.80
intBinaryOperationMethod · 0.80
promoteToIntegerMethod · 0.80
intUnaryOperationMethod · 0.80
castWrapperMethod · 0.80
getIndexAuxMethod · 0.80
newCstMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80

Calls

no outgoing calls

Tested by 2

mainMethod · 0.64
mainMethod · 0.64