Uses of Enum Class
com.strobel.decompiler.NameSyntax
Packages that use NameSyntax
-
Uses of NameSyntax in com.strobel.decompiler
Methods in com.strobel.decompiler that return NameSyntaxModifier and TypeMethodDescriptionstatic NameSyntax
Returns the enum constant of this class with the specified name.static NameSyntax[]
NameSyntax.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.decompiler with parameters of type NameSyntaxModifier and TypeMethodDescriptionprivate static void
DecompilerHelpers.formatType
(ITextOutput writer, TypeReference type, NameSyntax syntax, boolean isDefinition, Stack<TypeReference> stack) static void
DecompilerHelpers.writeType
(ITextOutput writer, TypeReference type, NameSyntax syntax) static void
DecompilerHelpers.writeType
(ITextOutput writer, TypeReference type, NameSyntax syntax, boolean isDefinition)