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 TypeMethodDescriptionvoid
DebugInfoGenerator.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 CodeGenerator
LabelInfo._generator
(package private) final CodeGenerator
LambdaCompiler.generator
Constructors 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) void
MethodBuilder.createMethodBodyHelper
(CodeGenerator code)