abstract class Cursor extends AnyRef
- Alphabetic
- By Inheritance
- Cursor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Cursor(base: SymbolTable.Symbol)
- base
the base class containing the participating symbols
Abstract Value Members
-
abstract
def
exclude(sym: SymbolTable.Symbol): Boolean
A symbol for which exclude returns true will not appear as either end of a pair.
A symbol for which exclude returns true will not appear as either end of a pair.
- Attributes
- protected
-
abstract
def
matches(high: SymbolTable.Symbol): Boolean
Does
this.low
matchhigh
such that (low, high) should be considered as a pair? Types always match.Does
this.low
matchhigh
such that (low, high) should be considered as a pair? Types always match. Term symbols match if their member types relative toself
match.- Attributes
- protected
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val base: SymbolTable.Symbol
-
def
bases: List[SymbolTable.Symbol]
- Attributes
- protected
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def currentPair: SymbolPair
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasNext: Boolean
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def high: SymbolTable.Symbol
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterator: Iterator[SymbolPair]
-
def
low: SymbolTable.Symbol
The
low
andhigh
symbol.The
low
andhigh
symbol. In the context of overriding pairs, low == overriding and high == overridden. - def lowMemberType: SymbolTable.Type
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def next(): Unit
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parents: List[SymbolTable.Type]
The parents and base classes of
base
.The parents and base classes of
base
. Can be refined in subclasses.- Attributes
- protected
- final val self: SymbolTable.Type
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
- @native() @throws( ... )