class InitialProducerSourceInterpreter extends SourceInterpreter
- Alphabetic
- By Inheritance
- InitialProducerSourceInterpreter
- SourceInterpreter
- Opcodes
- Interpreter
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new InitialProducerSourceInterpreter()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from InitialProducerSourceInterpreter to any2stringadd[InitialProducerSourceInterpreter] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (InitialProducerSourceInterpreter, B)
- Implicit
- This member is added by an implicit conversion from InitialProducerSourceInterpreter to ArrowAssoc[InitialProducerSourceInterpreter] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
binaryOperation(arg0: AbstractInsnNode, arg1: SourceValue, arg2: SourceValue): SourceValue
- Definition Classes
- SourceInterpreter → Interpreter
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
copyOperation(arg0: AbstractInsnNode, arg1: SourceValue): SourceValue
- Definition Classes
- SourceInterpreter → Interpreter
-
def
ensuring(cond: (InitialProducerSourceInterpreter) ⇒ Boolean, msg: ⇒ Any): InitialProducerSourceInterpreter
- Implicit
- This member is added by an implicit conversion from InitialProducerSourceInterpreter to Ensuring[InitialProducerSourceInterpreter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (InitialProducerSourceInterpreter) ⇒ Boolean): InitialProducerSourceInterpreter
- Implicit
- This member is added by an implicit conversion from InitialProducerSourceInterpreter to Ensuring[InitialProducerSourceInterpreter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): InitialProducerSourceInterpreter
- Implicit
- This member is added by an implicit conversion from InitialProducerSourceInterpreter to Ensuring[InitialProducerSourceInterpreter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): InitialProducerSourceInterpreter
- Implicit
- This member is added by an implicit conversion from InitialProducerSourceInterpreter to Ensuring[InitialProducerSourceInterpreter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
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
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from InitialProducerSourceInterpreter to StringFormat[InitialProducerSourceInterpreter] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
merge(arg0: SourceValue, arg1: SourceValue): SourceValue
- Definition Classes
- SourceInterpreter → Interpreter
-
def
naryOperation(arg0: AbstractInsnNode, arg1: java.util.List[_ <: SourceValue]): SourceValue
- Definition Classes
- SourceInterpreter → Interpreter
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newEmptyNonParameterLocalValue(local: Int): SourceValue
- Definition Classes
- InitialProducerSourceInterpreter → Interpreter
-
def
newEmptyValueAfterSize2Local(arg0: Int): SourceValue
- Definition Classes
- Interpreter
-
def
newEmptyValueForPreviousSize2Local(arg0: Int): SourceValue
- Definition Classes
- Interpreter
-
def
newExceptionValue(tryCatchBlockNode: TryCatchBlockNode, handlerFrame: Frame[_ <: Value], exceptionType: Type): SourceValue
- Definition Classes
- InitialProducerSourceInterpreter → Interpreter
-
def
newOperation(arg0: AbstractInsnNode): SourceValue
- Definition Classes
- SourceInterpreter → Interpreter
-
def
newParameterValue(isInstanceMethod: Boolean, local: Int, tp: Type): SourceValue
- Definition Classes
- InitialProducerSourceInterpreter → Interpreter
-
def
newReturnTypeValue(arg0: Type): SourceValue
- Definition Classes
- Interpreter
-
def
newValue(arg0: Type): SourceValue
- Definition Classes
- SourceInterpreter → Interpreter
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
returnOperation(arg0: AbstractInsnNode, arg1: SourceValue, arg2: SourceValue): Unit
- Definition Classes
- SourceInterpreter → Interpreter
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
ternaryOperation(arg0: AbstractInsnNode, arg1: SourceValue, arg2: SourceValue, arg3: SourceValue): SourceValue
- Definition Classes
- SourceInterpreter → Interpreter
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unaryOperation(arg0: AbstractInsnNode, arg1: SourceValue): SourceValue
- Definition Classes
- SourceInterpreter → Interpreter
-
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( ... )
-
def
→[B](y: B): (InitialProducerSourceInterpreter, B)
- Implicit
- This member is added by an implicit conversion from InitialProducerSourceInterpreter to ArrowAssoc[InitialProducerSourceInterpreter] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
The Scala compiler and reflection APIs.