Uses of Class
com.strobel.decompiler.NameSyntax
-
Packages that use NameSyntax Package Description com.strobel.decompiler -
-
Uses of NameSyntax in com.strobel.decompiler
Methods in com.strobel.decompiler that return NameSyntax Modifier and Type Method Description static NameSyntaxNameSyntax. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NameSyntax[]NameSyntax. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.strobel.decompiler with parameters of type NameSyntax Modifier and Type Method Description private static voidDecompilerHelpers. formatType(ITextOutput writer, TypeReference type, NameSyntax syntax, boolean isDefinition, java.util.Stack<TypeReference> stack)static voidDecompilerHelpers. writeType(ITextOutput writer, TypeReference type, NameSyntax syntax)static voidDecompilerHelpers. writeType(ITextOutput writer, TypeReference type, NameSyntax syntax, boolean isDefinition)
-