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 NewLineTypeMacNewLine. getNewLineType()abstract NewLineTypeNewLineNode. getNewLineType()NewLineTypeUnixNewLine. getNewLineType()NewLineTypeWindowsNewLine. getNewLineType()static NewLineTypeNewLineType. 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.
-