SmartIndenter
org.nlogo.app.codetab.SmartIndenter
class SmartIndenter(code: EditorAreaInterface, compiler: CompilerServices) extends Indenter
Attributes
- Source
- SmartIndenter.scala
- Graph
-
- Supertypes
Members list
Type members
Classlikes
Attributes
- Source
- SmartIndenter.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait LineIndentclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- SmartIndenter.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
case class MaintainIndent(lineNum: Int, lineStart: Int, lineEnd: Int, text: String) extends LineIndent
Attributes
- Source
- SmartIndenter.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait LineIndentclass Objecttrait Matchableclass AnyShow all
case class RemoveIndent(lineNum: Int, lineStart: Int, lineEnd: Int, text: String, delta: Int) extends LineIndent
Attributes
- Source
- SmartIndenter.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait LineIndentclass Objecttrait Matchableclass AnyShow all
class TokenLineIterator(tokens: BufferedIterator[Token], endLine: Int) extends Iterator[TokenizedLine]
Attributes
- Source
- SmartIndenter.scala
- Supertypes
-
trait Iterator[TokenizedLine]trait IterableOnce[TokenizedLine]class Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Attributes
- Source
- SmartIndenter.scala
Attributes
- Source
- SmartIndenter.scala
Attributes
- Source
- SmartIndenter.scala
Attributes
- Source
- SmartIndenter.scala
Attributes
- Source
- SmartIndenter.scala
Inherited methods
Attributes
- Inherited from:
- Indenter
- Source
- Indenter.scala
Attributes
- Inherited from:
- Indenter
- Source
- Indenter.scala
Attributes
- Inherited from:
- Indenter
- Source
- Indenter.scala
Attributes
- Inherited from:
- Indenter
- Source
- Indenter.scala
In this article