Uses of Class
com.strobel.reflection.emit.MethodBuilder
Packages that use MethodBuilder
-
Uses of MethodBuilder in com.strobel.expressions
Methods in com.strobel.expressions with parameters of type MethodBuilderModifier and TypeMethodDescriptionfinal voidLambdaExpression.compileToMethod(MethodBuilder methodBuilder) -
Uses of MethodBuilder in com.strobel.reflection.emit
Methods in com.strobel.reflection.emit that return MethodBuilderModifier and TypeMethodDescriptionTypeBuilder.defineMethod(String name, int modifiers) TypeBuilder.defineMethod(String name, int modifiers, Type<?> returnType) TypeBuilder.defineMethod(String name, int modifiers, Type<?> returnType, TypeList parameterTypes) TypeBuilder.defineMethod(String name, int modifiers, Type<?> returnType, TypeList parameterTypes, TypeList thrownTypes) TypeBuilder.defineTypeInitializer()ConstructorBuilder.getMethodBuilder()Constructors in com.strobel.reflection.emit with parameters of type MethodBuilderModifierConstructorDescriptionCodeGenerator(MethodBuilder methodBuilder) CodeGenerator(MethodBuilder methodBuilder, int initialSize)