object MainOps
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MainOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final class StaleSemanticDB extends Exception with NoStackTrace
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def adjustExitCode(args: ValidatedArgs, code: ExitStatus, files: Seq[AbsolutePath]): ExitStatus
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assertFreshSemanticDB(input: Input, file: AbsolutePath, fix: String, doc: TextDocument): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def compileWithGlobal(args: ValidatedArgs, doc: SyntacticDocument): Option[TextDocument]
- def description: Doc
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def files(args: ValidatedArgs): Seq[AbsolutePath]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def handleException(ex: Throwable, out: PrintStream): Unit
- def handleFile(args: ValidatedArgs, file: AbsolutePath): ExitStatus
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def helpMessage(width: Int): String
- def helpMessage(out: PrintStream, width: Int): Unit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
markdownish(text: String): Doc
Line wrap prose while keeping markdown code fences unchanged.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def options(width: Int): String
- def run(args: ValidatedArgs): ExitStatus
- def run(args: Array[String], base: Args): ExitStatus
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unsafeHandleFile(args: ValidatedArgs, file: AbsolutePath): ExitStatus
- def usage: String
- def version: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()