Uses of Class
com.strobel.reflection.emit.FieldBuilder
-
Packages that use FieldBuilder Package Description com.strobel.expressions com.strobel.reflection.emit -
-
Uses of FieldBuilder in com.strobel.expressions
Fields in com.strobel.expressions declared as FieldBuilder Modifier and Type Field Description private FieldBuilderLambdaCompiler. _closureFieldMethods in com.strobel.expressions that return FieldBuilder Modifier and Type Method Description private FieldBuilderLambdaCompiler. createStaticField(java.lang.String name, Type type) -
Uses of FieldBuilder in com.strobel.reflection.emit
Fields in com.strobel.reflection.emit with type parameters of type FieldBuilder Modifier and Type Field Description (package private) java.util.ArrayList<FieldBuilder>TypeBuilder. fieldBuildersMethods in com.strobel.reflection.emit that return FieldBuilder Modifier and Type Method Description FieldBuilderTypeBuilder. defineConstant(java.lang.String name, Type<?> type, int modifiers, java.lang.Object constantValue)FieldBuilderTypeBuilder. defineField(java.lang.String name, Type<?> type, int modifiers)private FieldBuilderTypeBuilder. defineFieldCore(java.lang.String name, Type<?> type, int modifiers, java.lang.Object constantValue)Methods in com.strobel.reflection.emit with parameters of type FieldBuilder Modifier and Type Method Description private voidClassWriter. writeField(FieldBuilder field)
-