class MethodNode1 extends MethodNode
A subclass of MethodNode
to customize the representation of
label nodes with LabelNode1
.
- Source
- MethodNode1.java
- Alphabetic
- By Inheritance
- MethodNode1
- MethodNode
- MethodVisitor
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
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 MethodNode1 to any2stringadd[MethodNode1] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (MethodNode1, B)
- Implicit
- This member is added by an implicit conversion from MethodNode1 to ArrowAssoc[MethodNode1] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
accept(arg0: MethodVisitor): Unit
- Definition Classes
- MethodNode
-
def
accept(arg0: ClassVisitor): Unit
- Definition Classes
- MethodNode
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
check(arg0: Int): Unit
- Definition Classes
- MethodNode
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
ensuring(cond: (MethodNode1) ⇒ Boolean, msg: ⇒ Any): MethodNode1
- Implicit
- This member is added by an implicit conversion from MethodNode1 to Ensuring[MethodNode1] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (MethodNode1) ⇒ Boolean): MethodNode1
- Implicit
- This member is added by an implicit conversion from MethodNode1 to Ensuring[MethodNode1] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): MethodNode1
- Implicit
- This member is added by an implicit conversion from MethodNode1 to Ensuring[MethodNode1] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): MethodNode1
- Implicit
- This member is added by an implicit conversion from MethodNode1 to Ensuring[MethodNode1] 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 MethodNode1 to StringFormat[MethodNode1] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getLabelNode(label: Label): LabelNode
- Attributes
- protected[scala.tools.nsc.backend.jvm]
- Definition Classes
- MethodNode1 → MethodNode
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
toString(): String
- Definition Classes
- AnyRef → Any
-
def
visitAnnotableParameterCount(arg0: Int, arg1: Boolean): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitAnnotation(arg0: String, arg1: Boolean): AnnotationVisitor
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitAnnotationDefault(): AnnotationVisitor
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitAttribute(arg0: Attribute): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitCode(): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitEnd(): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitFieldInsn(arg0: Int, arg1: String, arg2: String, arg3: String): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitFrame(arg0: Int, arg1: Int, arg2: Array[AnyRef], arg3: Int, arg4: Array[AnyRef]): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitIincInsn(arg0: Int, arg1: Int): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitInsn(arg0: Int): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitInsnAnnotation(arg0: Int, arg1: TypePath, arg2: String, arg3: Boolean): AnnotationVisitor
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitIntInsn(arg0: Int, arg1: Int): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitInvokeDynamicInsn(arg0: String, arg1: String, arg2: Handle, arg3: <repeated...>[AnyRef]): Unit
- Definition Classes
- MethodNode → MethodVisitor
- Annotations
- @transient()
-
def
visitJumpInsn(arg0: Int, arg1: Label): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitLabel(arg0: Label): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitLdcInsn(arg0: Any): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitLineNumber(arg0: Int, arg1: Label): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitLocalVariable(arg0: String, arg1: String, arg2: String, arg3: Label, arg4: Label, arg5: Int): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitLocalVariableAnnotation(arg0: Int, arg1: TypePath, arg2: Array[Label], arg3: Array[Label], arg4: Array[Int], arg5: String, arg6: Boolean): AnnotationVisitor
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitLookupSwitchInsn(arg0: Label, arg1: Array[Int], arg2: Array[Label]): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitMaxs(arg0: Int, arg1: Int): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitMethodInsn(arg0: Int, arg1: String, arg2: String, arg3: String, arg4: Boolean): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitMultiANewArrayInsn(arg0: String, arg1: Int): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitParameter(arg0: String, arg1: Int): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitParameterAnnotation(arg0: Int, arg1: String, arg2: Boolean): AnnotationVisitor
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitTableSwitchInsn(arg0: Int, arg1: Int, arg2: Label, arg3: <repeated...>[Label]): Unit
- Definition Classes
- MethodNode → MethodVisitor
- Annotations
- @transient()
-
def
visitTryCatchAnnotation(arg0: Int, arg1: TypePath, arg2: String, arg3: Boolean): AnnotationVisitor
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitTryCatchBlock(arg0: Label, arg1: Label, arg2: Label, arg3: String): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitTypeAnnotation(arg0: Int, arg1: TypePath, arg2: String, arg3: Boolean): AnnotationVisitor
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitTypeInsn(arg0: Int, arg1: String): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
def
visitVarInsn(arg0: Int, arg1: Int): Unit
- Definition Classes
- MethodNode → MethodVisitor
-
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( ... )
-
def
→[B](y: B): (MethodNode1, B)
- Implicit
- This member is added by an implicit conversion from MethodNode1 to ArrowAssoc[MethodNode1] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Deprecated Value Members
-
def
visitMethodInsn(arg0: Int, arg1: String, arg2: String, arg3: String): Unit
- Definition Classes
- MethodNode → MethodVisitor
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
The Scala compiler and reflection APIs.