Class AbstractVariableDeclGenerator
java.lang.Object
org.ek9lang.compiler.phase7.AbstractGenerator
org.ek9lang.compiler.phase7.AbstractVariableDeclGenerator
- Direct Known Subclasses:
VariableDeclInstrGenerator
,VariableOnlyDeclInstrGenerator
Pulls out the common code for variable and variable-only declarations. DRY.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.phase7.AbstractGenerator
context, debugInfoCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDeclInstrs
(org.antlr.v4.runtime.tree.ParseTree ctx, String scopeId)
-
Constructor Details
-
AbstractVariableDeclGenerator
AbstractVariableDeclGenerator(IRContext context)
-
-
Method Details
-
getDeclInstrs
-