Uses of Interface
org.cojen.maker.Maker
-
Uses of Maker in org.cojen.maker
Subinterfaces of Maker in org.cojen.makerModifier and TypeInterfaceDescriptioninterfaceAllows new classes and interfaces to be defined dynamically.interfaceAllows new fields to be defined within a class.interfaceAllows new methods to be defined within a class.Methods in org.cojen.maker that return MakerModifier and TypeMethodDescriptionMaker.final_()Switch this item to be final.Maker.private_()Switch this item to be private.Maker.protected_()Switch this item to be protected.Maker.public_()Switch this item to be public.Define a signature for this member, which is a string for supporting generic types.Maker.static_()Switch this item to be static.Maker.synthetic()Indicate that this item is synthetic.