NetLogoCodeBlock

org.nlogo.app.infotab.CodeBlockRenderer.NetLogoCodeBlock
class NetLogoCodeBlock(content: BasedSequence, contentLines: List[BasedSequence]) extends CodeBlock

Attributes

Source
CodeBlockRenderer.scala
Graph
Supertypes
class CodeBlock
class Block
class ContentNode
trait Content
class Node
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def appendChild(x$0: Node): Unit

Attributes

Inherited from:
Node
def astExtraChars(x$0: StringBuilder): Unit

Attributes

Inherited from:
Node
def astString(x$0: StringBuilder, x$1: Boolean): Unit

Attributes

Inherited from:
Node
def getAncestorOfType(x$0: Class[_]*): Node

Attributes

Inherited from:
Node
def getAstExtra(x$0: StringBuilder): Unit

Attributes

Inherited from:
Node
def getBlankLineSibling(): Node

Attributes

Inherited from:
Node
def getChars(): BasedSequence

Attributes

Inherited from:
Node
def getChildChars(): BasedSequence

Attributes

Inherited from:
Node
def getChildIterator(): ReversiblePeekingIterator[Node]

Attributes

Inherited from:
Node
def getChildOfType(x$0: Class[_]*): Node

Attributes

Inherited from:
Node
def getChildren(): ReversiblePeekingIterable[Node]

Attributes

Inherited from:
Node
def getContentChars(x$0: Int, x$1: Int): BasedSequence

Attributes

Inherited from:
ContentNode
def getContentChars(): BasedSequence

Attributes

Inherited from:
ContentNode
def getContentLines(x$0: Int, x$1: Int): List[BasedSequence]

Attributes

Inherited from:
ContentNode
def getContentLines(): List[BasedSequence]

Attributes

Inherited from:
ContentNode
def getDescendants(): ReversiblePeekingIterable[Node]

Attributes

Inherited from:
Node
def getDocument(): Document

Attributes

Inherited from:
Node
def getEndOffset(): Int

Attributes

Inherited from:
Node
def getFirstChild(): Node

Attributes

Inherited from:
Node
def getFirstChildAny(x$0: Class[_]*): Node

Attributes

Inherited from:
Node
def getFirstChildAnyNot(x$0: Class[_]*): Node

Attributes

Inherited from:
Node
def getLastBlankLineChild(): Node

Attributes

Inherited from:
Node
def getLastChild(): Node

Attributes

Inherited from:
Node
def getLastChildAny(x$0: Class[_]*): Node

Attributes

Inherited from:
Node
def getLastChildAnyNot(x$0: Class[_]*): Node

Attributes

Inherited from:
Node
def getLineChars(x$0: Int): BasedSequence

Attributes

Inherited from:
ContentNode
def getLineCount(): Int

Attributes

Inherited from:
ContentNode
def getNext(): Node

Attributes

Inherited from:
Node
def getNextAny(x$0: Class[_]*): Node

Attributes

Inherited from:
Node
def getNextAnyNot(x$0: Class[_]*): Node

Attributes

Inherited from:
Node
def getNodeName(): String

Attributes

Inherited from:
Node
def getNodeOfTypeIndex(x$0: Class[_]*): Int

Attributes

Inherited from:
Node
def getOldestAncestorOfTypeAfter(x$0: Class[_], x$1: Class[_]): Node

Attributes

Inherited from:
Node
def getParent(): Block

Attributes

Inherited from:
Block
def getPrevious(): Node

Attributes

Inherited from:
Node
def getPreviousAny(x$0: Class[_]*): Node

Attributes

Inherited from:
Node
def getPreviousAnyNot(x$0: Class[_]*): Node

Attributes

Inherited from:
Node
def getReversedChildIterator(): ReversiblePeekingIterator[Node]

Attributes

Inherited from:
Node
def getReversedChildren(): ReversiblePeekingIterable[Node]

Attributes

Inherited from:
Node
def getReversedDescendants(): ReversiblePeekingIterable[Node]

Attributes

Inherited from:
Node
def getSegments(): Array[BasedSequence]

Attributes

Inherited from:
CodeBlock
def getSpanningChars(): BasedSequence

Attributes

Inherited from:
ContentNode

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node
def insertAfter(x$0: Node): Unit

Attributes

Inherited from:
Node
def insertBefore(x$0: Node): Unit

Attributes

Inherited from:
Node
def isOrDescendantOfType(x$0: Class[_]*): Boolean

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node
def prependChild(x$0: Node): Unit

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node
def setChars(x$0: BasedSequence): Unit

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node
def setContent(x$0: BlockContent): Unit

Attributes

Inherited from:
ContentNode
def setContent(x$0: List[BasedSequence]): Unit

Attributes

Inherited from:
ContentNode
def setContent(x$0: BasedSequence, x$1: List[BasedSequence]): Unit

Attributes

Inherited from:
ContentNode
def setContentLine(x$0: Int, x$1: BasedSequence): Unit

Attributes

Inherited from:
ContentNode
def setContentLines(x$0: List[BasedSequence]): Unit

Attributes

Inherited from:
ContentNode
def takeChildren(x$0: Node): Unit

Attributes

Inherited from:
Node
def toAstString(x$0: Boolean): String

Attributes

Inherited from:
Node
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Node