class UncheckedAccessorSynth extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UncheckedAccessorSynth
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UncheckedAccessorSynth(clazz: Global.Symbol)
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
-
val
_newDefs: ListBuffer[Global.Tree]
- Attributes
- protected
- def accessorBody(sym: Global.Symbol): Global.Tree
-
def
addDef(tree: Global.ValOrDefDef): Unit
Add tree at given position as new definition
Add tree at given position as new definition
- Attributes
- protected
-
def
addDefDef(sym: Global.Symbol, rhs: Global.Tree = EmptyTree): Unit
Add new method definition.
Add new method definition.
- sym
The method symbol.
- rhs
The method body.
- def addValDef(sym: Global.Symbol, rhs: Global.Tree = EmptyTree): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
clazz: Global.Symbol
- Attributes
- protected
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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
getterBody(getter: Global.Symbol): Global.Tree
- Attributes
- protected
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
implementWithNewDefs(stats: List[Global.Tree]): List[Global.Tree]
Complete
stats
with init checks and bitmaps, removing any abstract method definitions instats
that are matched by some symbol defined by a tree previously passed toaddDef
. -
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newDefs: collection.immutable.List[Global.Tree]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
setterBody(setter: Global.Symbol, getter: Global.Symbol): Global.Tree
- Attributes
- protected
-
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( ... )