trait SkipUnknown_attributeReader extends Unknown_attributeAbstractions with ClassFileReaderConfiguration
Template method to skip an unknown attribute. I.e., the information will not be represented at runtime.
- Self Type
- SkipUnknown_attributeReader with Constant_PoolReader
- Alphabetic
- By Inheritance
- SkipUnknown_attributeReader
- ClassFileReaderConfiguration
- Unknown_attributeAbstractions
- AttributesAbstractions
- Constant_PoolAbstractions
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
abstract
type
Attribute >: Null <: AnyRef
Specifying a lower bound is necessary to implement a generic
skipAttributemethod.Specifying a lower bound is necessary to implement a generic
skipAttributemethod.- Definition Classes
- AttributesAbstractions
-
type
Attributes = RefArray[(SkipUnknown_attributeReader.this)#Attribute]
- Definition Classes
- AttributesAbstractions
-
abstract
type
CONSTANT_Utf8_info <: (SkipUnknown_attributeReader.this)#Constant_Pool_Entry
- Definition Classes
- Constant_PoolAbstractions
-
abstract
type
ClassFile
- Definition Classes
- Constant_PoolAbstractions
-
final
type
Constant_Pool = Array[(SkipUnknown_attributeReader.this)#Constant_Pool_Entry]
- Definition Classes
- Constant_PoolAbstractions
-
abstract
type
Constant_Pool_Entry <: ConstantPoolEntry
- Definition Classes
- Constant_PoolAbstractions
-
final
type
Constant_Pool_Index = Int
- Definition Classes
- Constant_PoolAbstractions
-
type
DeferredActionsStore = Buffer[((SkipUnknown_attributeReader.this)#ClassFile) ⇒ (SkipUnknown_attributeReader.this)#ClassFile] with (SkipUnknown_attributeReader.this)#Constant_Pool_Entry
A DeferredActionsStore stores all functions that need to perform post load actions.
A DeferredActionsStore stores all functions that need to perform post load actions.
One example is the resolution of references to attributes. (The constant pool is the only structure that is passed around and hence it is the only place where to store information/functions related to a specific class file).
- Definition Classes
- Constant_PoolAbstractions
-
type
Unknown_attribute = Null
- Definition Classes
- SkipUnknown_attributeReader → Unknown_attributeAbstractions
Abstract Value Members
-
abstract
def
applyDeferredActions(cp: (SkipUnknown_attributeReader.this)#Constant_Pool, classFile: (SkipUnknown_attributeReader.this)#ClassFile): (SkipUnknown_attributeReader.this)#ClassFile
This method is called/needs to be called after the class file was completely loaded to perform class file specific transformations.
This method is called/needs to be called after the class file was completely loaded to perform class file specific transformations.
- Definition Classes
- Constant_PoolAbstractions
-
abstract
def
loadsInterfacesOnly: Boolean
If
truemethod bodies are never loaded.If
truemethod bodies are never loaded.- Definition Classes
- ClassFileReaderConfiguration
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
Unknown_attribute(cp: (SkipUnknown_attributeReader.this)#Constant_Pool, ap: AttributeParent, ap_name_index: (SkipUnknown_attributeReader.this)#Constant_Pool_Index, ap_descriptor_index: (SkipUnknown_attributeReader.this)#Constant_Pool_Index, attribute_name_index: (SkipUnknown_attributeReader.this)#Constant_Pool_Index, in: DataInputStream): Null
- Definition Classes
- SkipUnknown_attributeReader → Unknown_attributeAbstractions
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
implicit
val
config: Config
The
Configobject that will be used to read the configuration settings for reading in class files.The
Configobject that will be used to read the configuration settings for reading in class files.- Definition Classes
- ClassFileReaderConfiguration
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
val
logContext: LogContext
The org.opalj.log.LogContext that should be used to log rewritings.
The org.opalj.log.LogContext that should be used to log rewritings.
- Definition Classes
- ClassFileReaderConfiguration
- Note
The org.opalj.log.LogContext is typically either the org.opalj.log.GlobalLogContext or a project specific log context.
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated