Interpreter

com.netflix.atlas.core.stacklang.Interpreter
See theInterpreter companion class
object Interpreter

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object IsWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
IsWord.type
case class Step(program: List[Any], context: Context)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def splitAndTrim(str: String): List[String]

Helper for efficiently splitting the input string. See StringSplit benchmark for comparison with more naive approach. The string split method optimizes simple cases with a single character so that it does not require compiling the regex. This method uses a single character and does a simple trim operation to cleanup the whitespace.

Helper for efficiently splitting the input string. See StringSplit benchmark for comparison with more naive approach. The string split method optimizes simple cases with a single character so that it does not require compiling the regex. This method uses a single character and does a simple trim operation to cleanup the whitespace.

Attributes

def toString(stack: List[Any]): String
def typeSummary(stack: List[Any]): String