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

Method compileField

src/checker/FieldEnv.java:126–130  ·  view source on GitHub ↗

Output the code to reserve space for a declared field. Only the static fields need space reserved in this way; space for non-static fields is allocated dynamically as part of object creation.

(Assembly a)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

compileFieldsMethod · 0.80

Calls 3

emitVarMethod · 0.80
sizeMethod · 0.80
isStaticMethod · 0.45

Tested by

no test coverage detected