Uses of Record Class
org.ek9lang.compiler.phase7.synthesis.AbstractSyntheticGenerator.ScopeSetup
Packages that use AbstractSyntheticGenerator.ScopeSetup
Package
Description
Synthetic operator and method generation for EK9.
-
Uses of AbstractSyntheticGenerator.ScopeSetup in org.ek9lang.compiler.phase7.synthesis
Methods in org.ek9lang.compiler.phase7.synthesis that return AbstractSyntheticGenerator.ScopeSetupModifier and TypeMethodDescriptionprotected AbstractSyntheticGenerator.ScopeSetupAbstractSyntheticGenerator.initializeScope(MethodSymbol operatorSymbol, String scopeLabel, String returnVarName, String returnTypeName) Initialize scope with return variable reference.protected AbstractSyntheticGenerator.ScopeSetupAbstractSyntheticGenerator.initializeScopeNoReturn(MethodSymbol operatorSymbol, String scopeLabel) Initialize scope for void-returning methods (no return variable).