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
Methods in com.strobel.decompiler.languages.java.ast that return NewLineTypeModifier and TypeMethodDescriptionMacNewLine.getNewLineType()
abstract NewLineType
NewLineNode.getNewLineType()
UnixNewLine.getNewLineType()
WindowsNewLine.getNewLineType()
static NewLineType
Returns 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.