Class TypeAlias
java.lang.Object
net.codecrete.windowsapi.metadata.Type
net.codecrete.windowsapi.metadata.TypeAlias
-
Field Summary
Fields inherited from class net.codecrete.windowsapi.metadata.Type
documentationUrl, name, namespace, nativeName, typeDefIndex -
Method Summary
Modifier and TypeMethodDescriptionGets the type this instance provides an alias for.voidsetAliasedType(Type aliasedType) Sets the type this instance provides an alias for.Methods inherited from class net.codecrete.windowsapi.metadata.Type
documentationUrl, isAnonymous, name, namespace, nativeName, referencedTypes, replaceTypes, setDocumentationUrl, setName, typeDefIndex
-
Method Details
-
aliasedType
-
setAliasedType
Sets the type this instance provides an alias for.- Parameters:
aliasedType- the type.
-