PerformStep

case
class PerformStep(expr: Expression) extends Step
trait Serializable
trait Product
trait Equals
trait Step
trait Syntax
trait LangElem
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setLoc(locOpt: Option[Loc]): PerformStep
Inherited from
Locational
def setLoc(start: Pos, end: Pos, steps: List[Int]): PerformStep
Inherited from
Locational
override
def toString: String
Definition Classes
LangElem -> Any
Inherited from
LangElem
def toString(detail: Boolean, location: Boolean): String

stringify with options

stringify with options

Inherited from
LangElem

Inherited fields

var loc: Option[Loc]
Inherited from
Locational