case class ObrInt(idn1: Identifier, decls: Seq[Declaration], stmts: Seq[Statement], idn2: Identifier) extends ObrTree with Product with Serializable
An Obr program consisting of the given declarations and statements and returning an integer value. The two identifiers name the program and must be the same.
- Source
- ObrTree.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ObrInt
- Serializable
- Serializable
- ObrTree
- TreeNode
- Attributable
- Cloneable
- Cloneable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ObrInt(idn1: Identifier, decls: Seq[Declaration], stmts: Seq[Statement], idn2: Identifier)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
->[T, U](a: (T) ⇒ U)(implicit b: (ObrInt.this.type) ⇒ T): U
- Definition Classes
- Attributable
- Annotations
- @inline()
-
final
def
->[U](a: (ObrInt.this.type) ⇒ U): U
- Definition Classes
- Attributable
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
children: Iterator[Attributable]
- Definition Classes
- Attributable
-
def
clone(): Attributable
- Definition Classes
- Attributable → AnyRef
- val decls: Seq[Declaration]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
firstChild[T]: T
- Definition Classes
- Attributable
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hasChildren: Boolean
- Definition Classes
- Attributable
- val idn1: Identifier
- val idn2: Identifier
-
val
index: Int
- Definition Classes
- Attributable
-
def
initTreeProperties(): Unit
- Definition Classes
- Attributable
-
def
isFirst: Boolean
- Definition Classes
- Attributable
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLast: Boolean
- Definition Classes
- Attributable
-
def
isRoot: Boolean
- Definition Classes
- Attributable
-
def
lastChild[T]: T
- Definition Classes
- Attributable
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
next[T]: T
- Definition Classes
- Attributable
-
val
next: Attributable
- Definition Classes
- Attributable
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
parent[T]: T
- Definition Classes
- Attributable
-
val
parent: Attributable
- Definition Classes
- Attributable
-
def
prev[T]: T
- Definition Classes
- Attributable
-
val
prev: Attributable
- Definition Classes
- Attributable
- val stmts: Seq[Statement]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )