trait CompilerServices extends LiteralParser
Ordering
- Alphabetic
- By Inheritance
Inherited
- CompilerServices
- LiteralParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
checkCommandSyntax(source: String): Unit
- Annotations
- @throws( classOf[CompilerException] )
-
abstract
def
checkReporterSyntax(source: String): Unit
- Annotations
- @throws( classOf[CompilerException] )
- abstract def dialect: Dialect
- abstract def findProcedurePositions(source: String): Map[String, ProcedureSyntax]
- abstract def getTokenAtPosition(source: String, position: Int): Token
- abstract def isConstant(s: String): Boolean
- abstract def isReporter(s: String): Boolean
- abstract def isValidIdentifier(s: String): Boolean
-
abstract
def
readFromString(s: String): AnyRef
- Definition Classes
- LiteralParser
- Annotations
- @throws( classOf[CompilerException] )
-
abstract
def
readNumberFromString(source: String): Double
- Definition Classes
- CompilerServices → LiteralParser
- Annotations
- @throws( classOf[CompilerException] )
- abstract def tokenizeForColorization(source: String): Array[Token]
- abstract def tokenizeForColorizationIterator(source: String): Iterator[Token]