Instance Constructors
-
new
AnyValNum(name: String, repr: Option[String], javaEquiv: String)
Type Members
-
case class
Op(op: String, doc: String) extends Product with Serializable
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
assemble(decl: String, lines: List[String]): String
-
def
bitwiseOps: collection.immutable.List[Op]
-
def
boxUnboxImpls: Map[String, String]
-
def
boxedName: String
-
def
classDoc: String
-
def
classLines: collection.immutable.List[String]
-
def
clone(): AnyRef
-
def
clumps: List[List[String]]
-
def
coercionComment: String
-
def
coercionCommentExtra: String
-
def
commonClassLines: collection.immutable.List[String]
-
def
comparisonOps: collection.immutable.List[Op]
-
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): AnyVals.AnyValNum
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
implicitCoercions: List[String]
-
def
indent(s: String): String
-
def
indentN(s: String): String
-
def
interpolate(s: String): String
-
def
interpolations: Map[String, String]
-
def
isCardinal: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
lcname: String
-
def
make(): String
-
-
def
mkClass: String
-
def
mkCoercions: collection.immutable.List[String]
-
def
mkImports: String
-
def
mkObject: String
-
def
mkShiftOps: collection.immutable.List[String]
-
def
mkStringOps: collection.immutable.List[String]
-
def
mkUnaryOps: collection.immutable.List[String]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
objectDoc: String
-
def
objectLines: List[String]
-
-
def
otherOps: collection.immutable.List[Op]
-
def
representation: String
-
def
shiftOps: collection.immutable.List[Op]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unaryOps: collection.immutable.List[Op]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
zeroRep: String
-
Inherited from AnyVals.AnyValRep
Inherited from Any