Uses of Record Class
net.codecrete.windowsapi.metadata.ConstantValue
Packages that use ConstantValue
-
Uses of ConstantValue in net.codecrete.windowsapi.metadata
Methods in net.codecrete.windowsapi.metadata that return types with arguments of type ConstantValueModifier and TypeMethodDescriptionMetadata.constants()Gets all constants.Namespace.constants()Gets all constants in this namespace.Metadata.findConstants(Set<String> names) Finds the constants with the given names.Methods in net.codecrete.windowsapi.metadata with parameters of type ConstantValueModifier and TypeMethodDescriptionvoidNamespace.addConstant(ConstantValue constant) Adds a constant to the namespace.