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
- Protected
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 toany2stringadd[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 toArrowAssoc[MethodNode1] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def accept(methodVisitor: MethodVisitor): Unit
- Definition Classes
- MethodNode
- def accept(classVisitor: ClassVisitor): Unit
- Definition Classes
- MethodNode
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def check(api: Int): Unit
- Definition Classes
- MethodNode
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def ensuring(cond: (MethodNode1) => Boolean, msg: => Any): MethodNode1
- Implicit
- This member is added by an implicit conversion from MethodNode1 toEnsuring[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 toEnsuring[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 toEnsuring[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 toEnsuring[MethodNode1] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDelegate(): MethodVisitor
- Definition Classes
- MethodVisitor
- def getLabelNode(label: Label): LabelNode
- Attributes
- protected[jvm]
- Definition Classes
- MethodNode1 → MethodNode
- Annotations
- @Override()
- 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(parameterCount: Int, visible: Boolean): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitAnnotation(descriptor: String, visible: Boolean): AnnotationVisitor
- Definition Classes
- MethodNode → MethodVisitor
- def visitAnnotationDefault(): AnnotationVisitor
- Definition Classes
- MethodNode → MethodVisitor
- def visitAttribute(attribute: Attribute): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitCode(): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitEnd(): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitFieldInsn(opcode: Int, owner: String, name: String, descriptor: String): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitFrame(type: Int, numLocal: Int, local: Array[AnyRef], numStack: Int, stack: Array[AnyRef]): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitIincInsn(varIndex: Int, increment: Int): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitInsn(opcode: Int): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitInsnAnnotation(typeRef: Int, typePath: TypePath, descriptor: String, visible: Boolean): AnnotationVisitor
- Definition Classes
- MethodNode → MethodVisitor
- def visitIntInsn(opcode: Int, operand: Int): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitInvokeDynamicInsn(name: String, descriptor: String, bootstrapMethodHandle: Handle, bootstrapMethodArguments: <repeated...>[AnyRef]): Unit
- Definition Classes
- MethodNode → MethodVisitor
- Annotations
- @transient()
- def visitJumpInsn(opcode: Int, label: Label): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitLabel(label: Label): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitLdcInsn(value: AnyRef): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitLineNumber(line: Int, start: Label): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitLocalVariable(name: String, descriptor: String, signature: String, start: Label, end: Label, index: Int): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitLocalVariableAnnotation(typeRef: Int, typePath: TypePath, start: Array[Label], end: Array[Label], index: Array[Int], descriptor: String, visible: Boolean): AnnotationVisitor
- Definition Classes
- MethodNode → MethodVisitor
- def visitLookupSwitchInsn(dflt: Label, keys: Array[Int], labels: Array[Label]): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitMaxs(maxStack: Int, maxLocals: Int): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitMethodInsn(opcodeAndSource: Int, owner: String, name: String, descriptor: String, isInterface: Boolean): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitMultiANewArrayInsn(descriptor: String, numDimensions: Int): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitParameter(name: String, access: Int): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitParameterAnnotation(parameter: Int, descriptor: String, visible: Boolean): AnnotationVisitor
- Definition Classes
- MethodNode → MethodVisitor
- def visitTableSwitchInsn(min: Int, max: Int, dflt: Label, labels: <repeated...>[Label]): Unit
- Definition Classes
- MethodNode → MethodVisitor
- Annotations
- @transient()
- def visitTryCatchAnnotation(typeRef: Int, typePath: TypePath, descriptor: String, visible: Boolean): AnnotationVisitor
- Definition Classes
- MethodNode → MethodVisitor
- def visitTryCatchBlock(start: Label, end: Label, handler: Label, type: String): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitTypeAnnotation(typeRef: Int, typePath: TypePath, descriptor: String, visible: Boolean): AnnotationVisitor
- Definition Classes
- MethodNode → MethodVisitor
- def visitTypeInsn(opcode: Int, type: String): Unit
- Definition Classes
- MethodNode → MethodVisitor
- def visitVarInsn(opcode: Int, varIndex: Int): Unit
- Definition Classes
- MethodNode → MethodVisitor
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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]) @native()
Deprecated Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from MethodNode1 toStringFormat[MethodNode1] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def visitMethodInsn(opcode: Int, owner: String, name: String, descriptor: String): Unit
- Definition Classes
- MethodVisitor
- Annotations
- @Deprecated
- Deprecated
- def →[B](y: B): (MethodNode1, B)
- Implicit
- This member is added by an implicit conversion from MethodNode1 toArrowAssoc[MethodNode1] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
The Scala compiler and reflection APIs.