Uses of Enum Class
com.strobel.decompiler.NameSyntax
Packages that use NameSyntax
-
Uses of NameSyntax in com.strobel.decompiler
Subclasses with type arguments of type NameSyntax in com.strobel.decompilerMethods in com.strobel.decompiler that return NameSyntaxModifier and TypeMethodDescriptionstatic NameSyntaxReturns 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 voidDecompilerHelpers.formatType(ITextOutput writer, TypeReference type, NameSyntax syntax, boolean isDefinition, Stack<TypeReference> stack) static voidDecompilerHelpers.writeType(ITextOutput writer, TypeReference type, NameSyntax syntax) static voidDecompilerHelpers.writeType(ITextOutput writer, TypeReference type, NameSyntax syntax, boolean isDefinition)