class ClassMethodSynthesis extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClassMethodSynthesis
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ClassMethodSynthesis(clazz: Global.Symbol, localTyper: Analyzer.Typer)
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 clazz: Global.Symbol
- def clazzMember(name: Global.Name): Global.Symbol
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def constantMethod(name: Global.Name, value: Any): Global.Tree
- def constantNullary(name: Global.Name, value: Any): Global.Tree
- def createMethod(original: Global.Symbol)(f: (Global.Symbol) ⇒ Global.Tree): Global.Tree
- def createMethod(name: Global.Name, returnType: Global.Type)(f: (Global.Symbol) ⇒ Global.Tree): Global.Tree
- def createMethod(name: Global.Name, paramTypes: List[Global.Type], returnType: Global.Type)(f: (Global.Symbol) ⇒ Global.Tree): Global.Tree
- def createSwitchMethod(name: Global.Name, range: Seq[Int], returnType: Global.Type)(f: (Int) ⇒ Global.Tree): Global.Tree
- def deriveMethod(original: Global.Symbol, nameFn: (Global.Name) ⇒ Global.Name)(f: (Global.Symbol) ⇒ Global.Tree): Global.Tree
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def forwardMethod(original: Global.Symbol, newMethod: Global.Symbol)(transformArgs: (List[Global.Tree]) ⇒ List[Global.Tree]): Global.Tree
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkThis: Global.Tree
- def mkThisSelect(sym: Global.Symbol): Global.RefTree with Serializable
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newMethodFlags(method: Global.Symbol): Long
- def newMethodFlags(name: Global.TermName): Long
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def typeInClazz(sym: Global.Symbol): Global.Type
-
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( ... ) @native()