Package org.codehaus.groovy.transform.sc
package org.codehaus.groovy.transform.sc
-
ClassDescriptionThis class is used internally by the compiler to transform expressions like multiple assignments into a list of assignments.Static compilation AST node metadata keys.This visitor is responsible for amending the AST with static compilation metadata or transform the AST so that a class or a method can be statically compiled.Handles the implementation of the
CompileStatic
transformation.A front-end class forExpressionAsVariableSlot
which allows defining temporary variables loaded from variable slots directly at the AST level, without any knowledge ofAsmClassGenerator
.