c

tip.ast

AErrorStmt

case class AErrorStmt(exp: AExpr, loc: Loc) extends AstNode with AStmtInNestedBlock with Product with Serializable

Linear Supertypes
Serializable, Serializable, AStmtInNestedBlock, AStmt, AstNode, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AErrorStmt
  2. Serializable
  3. Serializable
  4. AStmtInNestedBlock
  5. AStmt
  6. AstNode
  7. Product
  8. Equals
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AErrorStmt(exp: AExpr, loc: Loc)

Value Members

  1. val exp: AExpr
  2. val loc: Loc

    Source code location.

    Source code location.

    Definition Classes
    AErrorStmtAstNode
  3. def toString(): String
    Definition Classes
    AstNode → AnyRef → Any