MCPcopy Create free account
hub / github.com/MiniJavaCompiler/MiniJavaLLVM / getDepth

Method getDepth

src/syntax/Expression.java:68–70  ·  view source on GitHub ↗

Return the depth of this expression tree as a measure of its complexity. By default, we treat all expressions as having a potential side-effect, and thus return the constant DEEP in this base class.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected