Uses of Class
com.strobel.reflection.emit.CodeGenerator
-
Packages that use CodeGenerator Package Description com.strobel.compilerservices com.strobel.expressions com.strobel.reflection.emit -
-
Uses of CodeGenerator in com.strobel.compilerservices
Methods in com.strobel.compilerservices with parameters of type CodeGenerator Modifier and Type Method Description void
DebugInfoGenerator. markSequencePoint(LambdaExpression<?> method, MethodBase methodBase, CodeGenerator generator, Expression sequencePoint)
-
Uses of CodeGenerator in com.strobel.expressions
Fields in com.strobel.expressions declared as CodeGenerator Modifier and Type Field Description private CodeGenerator
LabelInfo. _generator
(package private) CodeGenerator
LambdaCompiler. generator
Constructors in com.strobel.expressions with parameters of type CodeGenerator Constructor Description LabelInfo(CodeGenerator generator, LabelTarget label, boolean canReturn)
-
Uses of CodeGenerator in com.strobel.reflection.emit
Fields in com.strobel.reflection.emit declared as CodeGenerator Modifier and Type Field Description (package private) CodeGenerator
MethodBuilder. generator
Methods in com.strobel.reflection.emit that return CodeGenerator Modifier and Type Method Description CodeGenerator
ConstructorBuilder. getCodeGenerator()
CodeGenerator
MethodBuilder. getCodeGenerator()
CodeGenerator
MethodBuilder. getCodeGenerator(int initialSize)
Methods in com.strobel.reflection.emit with parameters of type CodeGenerator Modifier and Type Method Description (package private) void
MethodBuilder. createMethodBodyHelper(CodeGenerator code)
-