Uses of Class
io.github.mmm.code.base.member.BaseField
Packages that use BaseField
Package
Description
-
Uses of BaseField in io.github.mmm.code.base
Methods in io.github.mmm.code.base that return BaseFieldModifier and TypeMethodDescriptionBaseFactory.createField(io.github.mmm.code.api.member.CodeFields parent, String name, Field reflectiveObject) -
Uses of BaseField in io.github.mmm.code.base.expression
Methods in io.github.mmm.code.base.expression that return BaseFieldMethods in io.github.mmm.code.base.expression with parameters of type BaseFieldConstructors in io.github.mmm.code.base.expression with parameters of type BaseFieldModifierConstructorDescriptionBaseFieldReference(io.github.mmm.code.api.expression.CodeExpression expression, BaseField field) The constructor.BaseFieldReference(io.github.mmm.code.api.type.CodeGenericType type, BaseField field) The constructor. -
Uses of BaseField in io.github.mmm.code.base.member
Methods in io.github.mmm.code.base.member that return BaseFieldModifier and TypeMethodDescriptionBaseField.copy()BaseField.copy(io.github.mmm.code.api.copy.CodeCopyMapper mapper) Constructors in io.github.mmm.code.base.member with parameters of type BaseField