Uses of Class
net.codecrete.windowsapi.metadata.Namespace
Packages that use Namespace
-
Uses of Namespace in net.codecrete.windowsapi.metadata
Fields in net.codecrete.windowsapi.metadata declared as NamespaceModifier and TypeFieldDescriptionprotected final NamespaceType.namespaceThe namespace this type belongs to.Methods in net.codecrete.windowsapi.metadata that return NamespaceModifier and TypeMethodDescriptionMetadata.createNamespace(String name) Creates a new namespace with the given name.Metadata.getOrCreateNamespace(String name) Gets the namespace with the given name or creates it if it does not yet exist.ConstantValue.namespace()Returns the value of thenamespacerecord component.Method.namespace()Gets the method's namespace.final NamespaceType.namespace()Gets the type's namespace.Methods in net.codecrete.windowsapi.metadata that return types with arguments of type NamespaceMethods in net.codecrete.windowsapi.metadata with parameters of type NamespaceModifier and TypeMethodDescriptionMetadata.makeAliasFor(int typeDefIndex, String name, Namespace namespace) Creates an alias for the specifiedTypeDefindex.Constructors in net.codecrete.windowsapi.metadata with parameters of type NamespaceModifierConstructorDescriptionCreates a new instance.ComInterface(String name, Namespace namespace, int typeDefIndex, UUID iid) Creates a new instance.ConstantValue(String name, Namespace namespace, Type type, Object value, boolean isAnsiEncoding) Creates an instance of aConstantValuerecord class.Creates a new instance.Creates a new instance.Creates a new method.Struct(String name, Namespace namespace, int typeDefIndex, boolean isUnion, int packageSize, int structSize, Struct enclosingType, String structSizeMember, UUID guid) Creates a new instance.protectedCreates a new instance. -
Uses of Namespace in net.codecrete.windowsapi.writer
Fields in net.codecrete.windowsapi.writer declared as NamespaceModifier and TypeFieldDescriptionprotected NamespaceJavaCodeWriter.namespaceNamespace of the current Java file