trait Constant_Pool_Entry extends ConstantPoolEntry
Represents a constant pool entry.
- Alphabetic
- By Inheritance
- Constant_Pool_Entry
- ConstantPoolEntry
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
- def asBootstrapArgument(cp: Constant_Pool): BootstrapArgument
- def asConstantFieldValue(cp: Constant_Pool): ConstantFieldValue[_]
- def asConstantValue(cp: Constant_Pool): ConstantValue[_]
- def asFieldType: FieldType
- def asFieldTypeSignature: FieldTypeSignature
- def asFieldref(cp: Constant_Pool): (ObjectType, String, FieldType)
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asInvokeDynamic: CONSTANT_InvokeDynamic_info
- def asMethodDescriptor: MethodDescriptor
- def asMethodHandle(cp: Constant_Pool): MethodHandle
- def asMethodref(cp: Constant_Pool): (ReferenceType, Boolean, String, MethodDescriptor)
- def asModuleIdentifier(cp: Constant_Pool): String
- def asNameAndType: CONSTANT_NameAndType_info
- def asObjectType(cp: Constant_Pool): ObjectType
- def asPackageIdentifier(cp: Constant_Pool): String
- def asReferenceType(cp: Constant_Pool): ReferenceType
- def asSignature(ap: AttributeParent): Signature
-
def
asString: String
- Definition Classes
- Constant_Pool_Entry → ConstantPoolEntry
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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 tag: Int
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )