Uses of Class
com.strobel.reflection.emit.CodeGenerator
Packages that use CodeGenerator
Package
Description
-
Uses of CodeGenerator in com.strobel.compilerservices
Methods in com.strobel.compilerservices with parameters of type CodeGeneratorModifier and TypeMethodDescriptionvoidDebugInfoGenerator.markSequencePoint(LambdaExpression<?> method, MethodBase methodBase, CodeGenerator generator, Expression sequencePoint) -
Uses of CodeGenerator in com.strobel.expressions
Fields in com.strobel.expressions declared as CodeGeneratorModifier and TypeFieldDescriptionprivate final CodeGeneratorLabelInfo._generator(package private) final CodeGeneratorLambdaCompiler.generatorConstructors in com.strobel.expressions with parameters of type CodeGeneratorModifierConstructorDescriptionLabelInfo(CodeGenerator generator, LabelTarget label, boolean canReturn) -
Uses of CodeGenerator in com.strobel.reflection.emit
Fields in com.strobel.reflection.emit declared as CodeGeneratorMethods in com.strobel.reflection.emit that return CodeGeneratorModifier and TypeMethodDescriptionConstructorBuilder.getCodeGenerator()MethodBuilder.getCodeGenerator()MethodBuilder.getCodeGenerator(int initialSize) Methods in com.strobel.reflection.emit with parameters of type CodeGeneratorModifier and TypeMethodDescription(package private) voidMethodBuilder.createMethodBodyHelper(CodeGenerator code)