object ArithmeticAddSubtractAssignmentOperation extends Operation with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ArithmeticAddSubtractAssignmentOperation
- Serializable
- Serializable
- Product
- Equals
- Operation
- AssignableSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
couldBeEqual(toType: TypeDeclaration, fromType: TypeDeclaration, context: VerifyContext): Boolean
- Definition Classes
- AssignableSupport
-
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] )
-
def
getArithmeticAddSubtractAssigmentResult(leftType: TypeName, rightType: TypeName): Option[TypeDeclaration]
- Definition Classes
- Operation
-
def
getArithmeticMultiplyDivideAssigmentResult(leftType: TypeName, rightType: TypeName): Option[TypeDeclaration]
- Definition Classes
- Operation
-
def
getArithmeticResult(leftType: TypeName, rightType: TypeName): Option[TypeDeclaration]
- Definition Classes
- Operation
-
def
getBitwiseAssignmentResult(leftType: TypeName, rightType: TypeName): Option[TypeDeclaration]
- Definition Classes
- Operation
-
def
getBitwiseResult(leftType: TypeName, rightType: TypeName): Option[TypeDeclaration]
- Definition Classes
- Operation
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getCommonBase(toType: TypeDeclaration, fromType: TypeDeclaration, context: VerifyContext): Option[TypeDeclaration]
- Definition Classes
- Operation
-
def
isAssignable(toType: TypeName, fromType: TypeName, context: VerifyContext): Boolean
- Definition Classes
- AssignableSupport
-
def
isAssignable(toType: TypeName, fromType: TypeDeclaration, context: VerifyContext): Boolean
- Definition Classes
- AssignableSupport
-
def
isDateKind(typeName: TypeName): Boolean
- Definition Classes
- Operation
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isNonReferenceKind(typeName: TypeName): Boolean
- Definition Classes
- Operation
-
def
isNumericKind(typeName: TypeName): Boolean
- Definition Classes
- Operation
-
def
isStringKind(typeName: TypeName): Boolean
- Definition Classes
- Operation
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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
verify(leftContext: ExprContext, rightContext: ExprContext, op: String, context: VerifyContext): Either[String, ExprContext]
- Definition Classes
- ArithmeticAddSubtractAssignmentOperation → Operation
-
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( ... )