trait Constant_Pool_Entry extends ConstantPoolEntry
- Alphabetic
- By Inheritance
- Constant_Pool_Entry
- ConstantPoolEntry
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
- abstract def Constant_Type_Value: bi.ConstantPoolTags.Value
-
abstract
def
asCPNode(implicit cp: Constant_Pool): Node
Creates a one-to-one representation of this constant pool entry node.
Creates a one-to-one representation of this constant pool entry node. The created representation is intended to be used to completely represent this constant pool entry.
-
abstract
def
asInstructionParameter(implicit cp: Constant_Pool): NodeSeq
Creates a resolved representation of this constant pool entry that is well-suited as an output in combination with an instruction (e.g., an
ldc,get|putfield,invokXYZ,...).Creates a resolved representation of this constant pool entry that is well-suited as an output in combination with an instruction (e.g., an
ldc,get|putfield,invokXYZ,...). I.e., a representation that contains no more pointers in the CP. -
abstract
def
size: Int
Size of this constant pool entry in bytes.
- abstract def toString(implicit cp: Constant_Pool): String
Concrete 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 asConstantClass: CONSTANT_Class_info
- final def asConstantModule: CONSTANT_Module_info
- final def asConstantPackage: CONSTANT_Package_info
- def asConstantUTF8: CONSTANT_Utf8_info
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
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
- final 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( ... )