case class SMethod(objType: STypeCompanion, name: String, stype: SFunc, methodId: Byte, irInfo: MethodIRInfo, docInfo: Option[OperationInfo]) extends Product with Serializable
Method info including name, arg type and result type.
Here stype.tDom - arg type and stype.tRange - result type.
methodId
should be unique among methods of the same objType.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SMethod
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SMethod(objType: STypeCompanion, name: String, stype: SFunc, methodId: Byte, irInfo: MethodIRInfo, docInfo: Option[OperationInfo])
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
- def argInfo(argName: String): ArgInfo
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val docInfo: Option[OperationInfo]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val irInfo: MethodIRInfo
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val methodId: Byte
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val objType: STypeCompanion
- def opId: OperationId
- def specializeFor(objTpe: SType, args: Seq[SType]): SMethod
- val stype: SFunc
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withConcreteTypes(subst: Map[STypeVar, SType]): SMethod
- def withIRInfo(irBuilder: PartialFunction[(SigmaBuilder, SValue, SMethod, Seq[SValue], STypeSubst), SValue]): SMethod
- def withInfo(desc: String, args: ArgInfo*): SMethod
- def withInfo(opDesc: ValueCompanion, desc: String, args: ArgInfo*): SMethod
- def withSType(newSType: SFunc): SMethod
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.