Uses of Enum Class
com.strobel.decompiler.languages.java.ast.NewLineType
Packages that use NewLineType
-
Uses of NewLineType in com.strobel.decompiler.languages.java.ast
Subclasses with type arguments of type NewLineType in com.strobel.decompiler.languages.java.astMethods in com.strobel.decompiler.languages.java.ast that return NewLineTypeModifier and TypeMethodDescriptionMacNewLine.getNewLineType()abstract NewLineTypeNewLineNode.getNewLineType()UnixNewLine.getNewLineType()WindowsNewLine.getNewLineType()static NewLineTypeReturns the enum constant of this class with the specified name.static NewLineType[]NewLineType.values()Returns an array containing the constants of this enum class, in the order they are declared.