Uses of Class
com.strobel.decompiler.languages.java.ast.NewLineType
-
Packages that use NewLineType Package Description com.strobel.decompiler.languages.java.ast -
-
Uses of NewLineType in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast that return NewLineType Modifier and Type Method Description NewLineType
MacNewLine. getNewLineType()
abstract NewLineType
NewLineNode. getNewLineType()
NewLineType
UnixNewLine. getNewLineType()
NewLineType
WindowsNewLine. getNewLineType()
static NewLineType
NewLineType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NewLineType[]
NewLineType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-