MCPcopy Index your code
hub / github.com/MiniJavaCompiler/MiniJavaLLVM / getDepth

Method getDepth

src/syntax/BinaryOp.java:52–54  ·  view source on GitHub ↗

Return the depth of this expression tree as a measure of its complexity. For binary operations, we precompute the depth when we construct the node as the maximum of the left and right depths, plus one.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

BinaryOpMethod · 0.45
compileOpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected