Package org.codehaus.groovy.classgen.asm

Helper classes for ASMClassGenerator.

See:
          Description

Interface Summary
ClosureWriter.UseExistingReference  
TypeChooser Interface for modules which are capable of resolving the type of an expression.
 

Class Summary
AssertionWriter  
BinaryBooleanExpressionHelper  
BinaryDoubleExpressionHelper  
BinaryExpressionHelper  
BinaryExpressionMultiTypeDispatcher This class is for internal use only!
BinaryExpressionWriter  
BinaryFloatExpressionHelper  
BinaryIntExpressionHelper  
BinaryLongExpressionHelper  
BinaryObjectExpressionHelper  
BytecodeHelper A helper class for bytecode generation with AsmClassGenerator.
BytecodeVariable Represents compile time variable metadata while compiling a method.
CallSiteWriter This class represents non public API used by AsmClassGenerator.
ClosureWriter  
CompileStack This class is a helper for AsmClassGenerator.
CompileStack.BlockRecorder  
CompileStack.LabelRange  
InvocationWriter  
MethodCaller A helper class to invoke methods more easily in ASM
MethodCallerMultiAdapter  
MopWriter  
OperandStack  
OptimizingStatementWriter A class to write out the optimized statements
OptimizingStatementWriter.ClassNodeSkip  
OptimizingStatementWriter.StatementMeta  
StatementMetaTypeChooser A TypeChooser which is aware of statement metadata.
StatementWriter  
VariableSlotLoader  
WriterController  
 

Package org.codehaus.groovy.classgen.asm Description

Helper classes for ASMClassGenerator. All classes in this package are for internal usage only.


Copyright © 2003-2012 The Codehaus. All rights reserved.