Uses of Class
net.codecrete.windowsapi.metadata.Member
Packages that use Member
-
Uses of Member in net.codecrete.windowsapi.metadata
Methods in net.codecrete.windowsapi.metadata that return MemberModifier and TypeMethodDescriptionMember.duplicate(UnaryOperator<Type> typeReplacer) Creates a copy of this member, replacing its type.Struct.flexibleArrayMember()Gets the field within this struct that is a flexible arrayGets the member with the given name.Methods in net.codecrete.windowsapi.metadata that return types with arguments of type MemberModifier and TypeMethodDescriptionEnumType.members()Gets the enumeration constants.Struct.members()Gets this struct's members (fields).Methods in net.codecrete.windowsapi.metadata with parameters of type MemberModifier and TypeMethodDescriptionvoidStruct.setFlexibleArrayMember(Member flexibleArrayMember) Sets the field within this struct that is a flexible arrayMethod parameters in net.codecrete.windowsapi.metadata with type arguments of type MemberModifier and TypeMethodDescriptionvoidEnumType.setMembers(List<Member> members) Sets the enumeration constants.voidStruct.setMembers(List<Member> members) Sets this struct's members (fields).