case class AnnotatedInstructionElement[+T](instruction: LabeledInstruction, annotation: T) extends InstructionLikeElement[T] with Product with Serializable
Wrapper for annotated org.opalj.br.instructions.LabeledInstructions.
- Alphabetic
- By Inheritance
- AnnotatedInstructionElement
- Serializable
- Product
- Equals
- InstructionLikeElement
- CodeElement
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AnnotatedInstructionElement(instruction: LabeledInstruction, annotation: T)
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
- val annotation: T
- Definition Classes
- AnnotatedInstructionElement → InstructionLikeElement
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asPseudoInstruction: PseudoInstruction
- Definition Classes
- CodeElement
- def asTry: TRY
- Definition Classes
- CodeElement
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val instruction: LabeledInstruction
- Definition Classes
- AnnotatedInstructionElement → InstructionLikeElement
- final def isAnnotated: Boolean
- Definition Classes
- AnnotatedInstructionElement → InstructionLikeElement
- final def isCatch: Boolean
- Definition Classes
- InstructionLikeElement → CodeElement
- final def isControlTransferInstruction: Boolean
- Definition Classes
- InstructionLikeElement → CodeElement
- final def isExceptionHandlerElement: Boolean
- Definition Classes
- InstructionLikeElement → CodeElement
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def isInstructionLikeElement: Boolean
- Definition Classes
- InstructionLikeElement → CodeElement
- final def isPseudoInstruction: Boolean
- Definition Classes
- InstructionLikeElement → CodeElement
- final def isTry: Boolean
- Definition Classes
- InstructionLikeElement → CodeElement
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated