|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.server.mon.SrvMonSysThreadStats
@Generated(value="com.neeve.adm.AdmXbufGenerator", date="Wed Mar 28 10:54:31 EDT 2018") @AdmGenerated(encoding="Xbuf", compatLevel="3.8.0", admVersion="nvx-adm v3.7.265 (build 0)", date="3/28/18 10:54 AM", buildInfo="nvx-talon-3.7.265 (nvx-codegen-plugin)") @AdmFactoryInfo(factoryClass=SrvMonFactory.class, vfid=32, ofid=32, typeId=217) public final class SrvMonSysThreadStats
Groups together stats related to the threads in the server's JVM.
Nested Class Summary | |
---|---|
static class |
SrvMonSysThreadStats.Field
The SrvMonSysThreadStats xbuf field (used internally when this entity is used as a field of another entity). |
static class |
SrvMonSysThreadStats.ListField
The SrvMonSysThreadStats list field (used internally when this entity is used as an array field of another entity). |
Field Summary | |
---|---|
static SrvMonSysThreadStats[] |
EMPTY_ARRAY
A preallocated empty array used to avoid garbage when returning empty arrays of this type. |
Constructor Summary | |
---|---|
SrvMonSysThreadStats()
|
|
SrvMonSysThreadStats(int initialBackingBufferSize)
|
Method Summary | |
---|---|
SrvMonSysThreadStats |
acquire()
|
void |
addIndividualThreadStats(SrvMonSysIndividualThreadStats val)
Adds the provided value to the list of 'individualThreadStats' values. |
void |
clearContent()
|
void |
clearDaemonThreadCount()
Clears the value of 'daemonThreadCount' Field Description The number of active daemon threads in the system. |
void |
clearIndividualThreadStats()
Clears the value of 'individualThreadStats' Field Description Enumerates individual thread statistics (if enabled / available). |
void |
clearPeakThreadCount()
Clears the value of 'peakThreadCount' Field Description The peak number of threads observed in the system. |
void |
clearThreadCount()
Clears the value of 'threadCount' Field Description The number of active threads in the system. |
void |
clearXRogType()
|
Object |
clone()
Creates a clone of this object. |
SrvMonSysThreadStats |
copy()
Creates a copy of this SrvMonSysThreadStats. |
void |
copyInto(SrvMonSysThreadStats copy)
Copies the contents of this SrvMonSysThreadStats into the target. |
static SrvMonSysThreadStats |
create()
|
static SrvMonSysThreadStats |
createFrom(byte[] serializedContainer)
|
static SrvMonSysThreadStats |
createFrom(byte[] serializedContainer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
static SrvMonSysThreadStats |
createFromSerializedXbufContainer(byte[] serializedContainer)
|
static SrvMonSysThreadStats |
createFromSerializedXbufContainer(byte[] serializedContainer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
static com.neeve.xbuf.XbufSchema |
createSchema()
|
SrvMonSysThreadStats |
deserializeFromByteArray(byte[] array)
|
SrvMonSysThreadStats |
deserializeFromByteArray(byte[] array,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
SrvMonSysThreadStats |
deserializeFromByteBuffer(ByteBuffer buffer)
|
SrvMonSysThreadStats |
deserializeFromByteBuffer(ByteBuffer buffer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
SrvMonSysThreadStats |
deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer,
int offset,
int length)
|
SrvMonSysThreadStats |
deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer,
int offset,
int length,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
SrvMonSysThreadStats |
deserializeFromNative(long address,
int offset,
int length)
|
SrvMonSysThreadStats |
deserializeFromNative(long address,
int offset,
int length,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
int |
desync(PktBuffer buffer,
int pos,
boolean frameOnly)
|
void |
desyncFieldBitmask()
|
void |
dispose()
|
PktBuffer |
getBackingBuffer()
|
int |
getDaemonThreadCount()
Gets the value of 'daemonThreadCount' Field Description The number of active daemon threads in the system. |
com.neeve.xbuf.XbufVariableIntField |
getDaemonThreadCountField()
|
static int |
getDaemonThreadCountFieldId()
Get the field id for 'daemonThreadCount' This method can be used to set field interests. |
static com.neeve.xbuf.XbufDesyncPolicy |
getDesyncPolicy()
|
SrvMonSysIndividualThreadStats[] |
getIndividualThreadStats()
Gets the value of 'individualThreadStats' If the field is not set this method will return null . |
SrvMonSysIndividualThreadStats[] |
getIndividualThreadStatsEmptyIfNull()
Gets the value of 'individualThreadStats' or an empty array if the value is null or not set. |
static int |
getIndividualThreadStatsFieldId()
Get the field id for 'individualThreadStats' This method can be used to set field interests. |
XIterator<SrvMonSysIndividualThreadStats> |
getIndividualThreadStatsIterator()
Gets the value of 'individualThreadStats' as iterator of values. |
boolean |
getIsReadOnly()
|
int |
getOwnerCount()
|
int |
getPeakThreadCount()
Gets the value of 'peakThreadCount' Field Description The peak number of threads observed in the system. |
com.neeve.xbuf.XbufVariableIntField |
getPeakThreadCountField()
|
static int |
getPeakThreadCountFieldId()
Get the field id for 'peakThreadCount' This method can be used to set field interests. |
UtlPool<SrvMonSysThreadStats> |
getPool()
Get a pool item's pool. |
int |
getSerializeToNativeLength()
|
int |
getThreadCount()
Gets the value of 'threadCount' Field Description The number of active threads in the system. |
com.neeve.xbuf.XbufVariableIntField |
getThreadCountField()
|
static int |
getThreadCountFieldId()
Get the field id for 'threadCount' This method can be used to set field interests. |
void |
getValidationErrors(List<XString> results,
String errorPrefix)
Collects validation errors into the provided list. |
short |
getXRogType()
|
com.neeve.xbuf.XbufVariableShortField |
getXRogTypeField()
|
static int |
getXRogTypeFieldId()
Get the field id for 'xRogType' This method can be used to set field interests. |
boolean |
hasDaemonThreadCount()
Checks for the presence of 'daemonThreadCount' Field Description The number of active daemon threads in the system. |
boolean |
hasPeakThreadCount()
Checks for the presence of 'peakThreadCount' Field Description The peak number of threads observed in the system. |
boolean |
hasThreadCount()
Checks for the presence of 'threadCount' Field Description The number of active threads in the system. |
boolean |
hasXRogType()
|
SrvMonSysThreadStats |
init()
Initialize an item. |
boolean |
isBufferBacked()
|
boolean |
isDirty()
|
boolean |
isReferenceCounted()
|
boolean |
isValid()
Tests if this object has any validation errors. |
void |
lendIndividualThreadStats(SrvMonSysIndividualThreadStats val)
Adds the provided value to the list of 'individualThreadStats' values and acquires a reference to it. |
void |
lendIndividualThreadStats(SrvMonSysIndividualThreadStats[] val)
Lends the value of 'individualThreadStats' Field Description Enumerates individual thread statistics (if enabled / available). |
void |
lendIndividualThreadStatsFrom(XIterator<SrvMonSysIndividualThreadStats> val)
Sets the value of 'individualThreadStats' by lending the values from the provided iterator. |
static void |
optimizeFor(int val)
|
byte[] |
serializeToByteArray()
|
ByteBuffer |
serializeToByteBuffer()
|
com.neeve.io.IOBuffer |
serializeToIOBuffer(boolean useNative)
|
int |
serializeToNative(long address,
int addressOffset)
|
void |
setAsReadOnly()
|
void |
setDaemonThreadCount(int val)
Sets the value of 'daemonThreadCount' Field Description The number of active daemon threads in the system. |
void |
setDaemonThreadCountFrom(com.neeve.xbuf.XbufVariableIntField val)
|
static void |
setDesyncPolicy(com.neeve.xbuf.XbufDesyncPolicy val)
|
static void |
setFieldInterest(List<Integer> fieldIds)
|
void |
setIndividualThreadStats(SrvMonSysIndividualThreadStats[] val)
Sets the value of 'individualThreadStats' Field Description Enumerates individual thread statistics (if enabled / available). |
void |
setIndividualThreadStatsFrom(XIterator<SrvMonSysIndividualThreadStats> val)
Sets the value of 'individualThreadStats' using the values from the provided iterator. |
void |
setPeakThreadCount(int val)
Sets the value of 'peakThreadCount' Field Description The peak number of threads observed in the system. |
void |
setPeakThreadCountFrom(com.neeve.xbuf.XbufVariableIntField val)
|
SrvMonSysThreadStats |
setPool(UtlPool<SrvMonSysThreadStats> pool)
Set a pool item's pool. |
void |
setThreadCount(int val)
Sets the value of 'threadCount' Field Description The number of active threads in the system. |
void |
setThreadCountFrom(com.neeve.xbuf.XbufVariableIntField val)
|
void |
setXRogType(short val)
|
void |
setXRogTypeFrom(com.neeve.xbuf.XbufVariableShortField val)
|
void |
sync()
|
void |
syncFieldBitmask()
|
SrvMonSysIndividualThreadStats[] |
takeIndividualThreadStats()
Takes the value of 'individualThreadStats' Field Description Enumerates individual thread statistics (if enabled / available). |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SrvMonSysThreadStats[] EMPTY_ARRAY
Constructor Detail |
---|
public SrvMonSysThreadStats()
public SrvMonSysThreadStats(int initialBackingBufferSize)
Method Detail |
---|
public static SrvMonSysThreadStats create()
public static SrvMonSysThreadStats createFromSerializedXbufContainer(byte[] serializedContainer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public static SrvMonSysThreadStats createFromSerializedXbufContainer(byte[] serializedContainer)
public static SrvMonSysThreadStats createFrom(byte[] serializedContainer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public static SrvMonSysThreadStats createFrom(byte[] serializedContainer)
public static final void setDesyncPolicy(com.neeve.xbuf.XbufDesyncPolicy val)
public static final com.neeve.xbuf.XbufDesyncPolicy getDesyncPolicy()
public static final void setFieldInterest(List<Integer> fieldIds)
public final void clearContent()
public final void syncFieldBitmask()
public final void desyncFieldBitmask()
public final PktBuffer getBackingBuffer()
public static final void optimizeFor(int val)
public final void setAsReadOnly()
public final boolean getIsReadOnly()
public static final int getXRogTypeFieldId()
This method can be used to set field interests.
getXRogType()
public final void setXRogType(short val)
public final short getXRogType()
public final void setXRogTypeFrom(com.neeve.xbuf.XbufVariableShortField val)
public final com.neeve.xbuf.XbufVariableShortField getXRogTypeField()
public final boolean hasXRogType()
public final void clearXRogType()
public static final int getThreadCountFieldId()
This method can be used to set field interests.
getThreadCount()
public final void setThreadCount(int val)
ISrvMonSysThreadStats
setThreadCount
in interface ISrvMonSysThreadStats
val
- The value to set.public final int getThreadCount()
ISrvMonSysThreadStats
getThreadCount
in interface ISrvMonSysThreadStats
public final void setThreadCountFrom(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getThreadCountField()
public final boolean hasThreadCount()
ISrvMonSysThreadStats
hasThreadCount
in interface ISrvMonSysThreadStats
ISrvMonSysThreadStats.getThreadCount()
public final void clearThreadCount()
ISrvMonSysThreadStats
clearThreadCount
in interface ISrvMonSysThreadStats
ISrvMonSysThreadStats.setThreadCount(int)
public static final int getDaemonThreadCountFieldId()
This method can be used to set field interests.
getDaemonThreadCount()
public final void setDaemonThreadCount(int val)
ISrvMonSysThreadStats
setDaemonThreadCount
in interface ISrvMonSysThreadStats
val
- The value to set.public final int getDaemonThreadCount()
ISrvMonSysThreadStats
getDaemonThreadCount
in interface ISrvMonSysThreadStats
public final void setDaemonThreadCountFrom(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getDaemonThreadCountField()
public final boolean hasDaemonThreadCount()
ISrvMonSysThreadStats
hasDaemonThreadCount
in interface ISrvMonSysThreadStats
ISrvMonSysThreadStats.getDaemonThreadCount()
public final void clearDaemonThreadCount()
ISrvMonSysThreadStats
clearDaemonThreadCount
in interface ISrvMonSysThreadStats
ISrvMonSysThreadStats.setDaemonThreadCount(int)
public static final int getPeakThreadCountFieldId()
This method can be used to set field interests.
getPeakThreadCount()
public final void setPeakThreadCount(int val)
ISrvMonSysThreadStats
setPeakThreadCount
in interface ISrvMonSysThreadStats
val
- The value to set.public final int getPeakThreadCount()
ISrvMonSysThreadStats
getPeakThreadCount
in interface ISrvMonSysThreadStats
public final void setPeakThreadCountFrom(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getPeakThreadCountField()
public final boolean hasPeakThreadCount()
ISrvMonSysThreadStats
hasPeakThreadCount
in interface ISrvMonSysThreadStats
ISrvMonSysThreadStats.getPeakThreadCount()
public final void clearPeakThreadCount()
ISrvMonSysThreadStats
clearPeakThreadCount
in interface ISrvMonSysThreadStats
ISrvMonSysThreadStats.setPeakThreadCount(int)
public static final int getIndividualThreadStatsFieldId()
This method can be used to set field interests.
getIndividualThreadStats()
public final void setIndividualThreadStats(SrvMonSysIndividualThreadStats[] val)
ISrvMonSysThreadStats
setIndividualThreadStats
in interface ISrvMonSysThreadStats
val
- The value to set.public final void setIndividualThreadStatsFrom(XIterator<SrvMonSysIndividualThreadStats> val)
ISrvMonSysThreadStats
This method will call XIterator.toFirst()
before and after setting the values, meaning
that all values from the iterator will be set and the iterator will be reset on return.
This method is zero garbage for Xbuf generated classes, and this method is optimized such that calling this with an iterator from another 'individualThreadStats' accessor can copy the values without iteration.
NOTE:
Passing a null
or empty list has the same affect as calling ISrvMonSysThreadStats.setIndividualThreadStats(SrvMonSysIndividualThreadStats[])
with
a value of null
.
setIndividualThreadStatsFrom
in interface ISrvMonSysThreadStats
val
- the values to set.public final void lendIndividualThreadStatsFrom(XIterator<SrvMonSysIndividualThreadStats> val)
ISrvMonSysThreadStats
This method will call XIterator.toFirst()
before and after setting the values, meaning
that all values from the iterator will be set and the iterator will be reset on return.
This method will acquire references to each non null value in the provided iterator making it suitable for cases where the values come from another message that may be disposed.
This method is zero garbage for Xbuf generated classes, and this method is optimized such that calling this with an iterator from another 'individualThreadStats' accessor can copy the values without iteration.
NOTE:
Passing a null
or empty list has the same affect as calling ISrvMonSysThreadStats.setIndividualThreadStats(SrvMonSysIndividualThreadStats[])
with
a value of null
.
lendIndividualThreadStatsFrom
in interface ISrvMonSysThreadStats
val
- the values to set.public final void lendIndividualThreadStats(SrvMonSysIndividualThreadStats[] val)
ISrvMonSysThreadStats
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendIndividualThreadStats
in interface ISrvMonSysThreadStats
val
- the value to 'lend' to lend.public final void addIndividualThreadStats(SrvMonSysIndividualThreadStats val)
ISrvMonSysThreadStats
This method is zero garbage for Xbuf generated classes, and this method is optimized such that calling this with an iterator from another 'individualThreadStats' accessor can copy the values without iteration.
For objects generated with json encoding, or transactional state entities, using this method is currently efficient than doing a bulk set. For xbuf generated messages however, this method is optimized to directly serialize to an encoded backing buffer.
addIndividualThreadStats
in interface ISrvMonSysThreadStats
val
- the value to add.public final void lendIndividualThreadStats(SrvMonSysIndividualThreadStats val)
ISrvMonSysThreadStats
Lending of an added value is useful in cases where a field is being added from a source message to provide dispose of the source value when the source message is disposed.
This method is zero garbage for Xbuf generated classes, and this method is optimized such that calling this with an iterator from another 'individualThreadStats' accessor can copy the values without iteration.
For objects generated with json encoding, or transactional state entities, using this method is currently efficient than doing a bulk set. For xbuf generated messages however, this method is optimized to directly serialize to an encoded backing buffer.
lendIndividualThreadStats
in interface ISrvMonSysThreadStats
val
- the value to add.public final SrvMonSysIndividualThreadStats[] getIndividualThreadStats()
ISrvMonSysThreadStats
If the field is not set this method will return null
.
getIndividualThreadStats
in interface ISrvMonSysThreadStats
null
.public final SrvMonSysIndividualThreadStats[] getIndividualThreadStatsEmptyIfNull()
ISrvMonSysThreadStats
null
or not set.
getIndividualThreadStatsEmptyIfNull
in interface ISrvMonSysThreadStats
null
if not set.ISrvMonSysThreadStats.getIndividualThreadStats()
public final XIterator<SrvMonSysIndividualThreadStats> getIndividualThreadStatsIterator()
ISrvMonSysThreadStats
This method will always return a non null iterator value. The returned iterator is not threadsafe, and the caller may not hold on to it beyond the pooling lifespan of this object. Depending on the implementation, the same iterator instance may be returned by this object on each call to avoid garbage. Each time this method is called the iterator is reset by calling its toFirst() method. Callers should therefore be especially careful about calling this method while iterating on the iterator returned by this method.
The elements returned by this iterator are owned by and pooled along with this object. The caller. must call acquire() on each returned object that this object intends to keep beyond the lifespan. of this object (unless the element is lent to another object in which that object will acquire it then).
This method is zero garbage for Xbuf generated classes, and this method is optimized such that
passing the returned iterator to another object's setXXX(XIterator
getIndividualThreadStatsIterator
in interface ISrvMonSysThreadStats
public final SrvMonSysIndividualThreadStats[] takeIndividualThreadStats()
ISrvMonSysThreadStats
NOTE:
A nested entity reference returned by ISrvMonSysThreadStats.getIndividualThreadStats()
is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeIndividualThreadStats
in interface ISrvMonSysThreadStats
null
if the field is not set.public final void clearIndividualThreadStats()
ISrvMonSysThreadStats
clearIndividualThreadStats
in interface ISrvMonSysThreadStats
ISrvMonSysThreadStats.setIndividualThreadStats(SrvMonSysIndividualThreadStats[])
public final boolean isDirty()
public static final com.neeve.xbuf.XbufSchema createSchema()
public final byte[] serializeToByteArray()
public final ByteBuffer serializeToByteBuffer()
public final com.neeve.io.IOBuffer serializeToIOBuffer(boolean useNative)
public final boolean isBufferBacked()
public final int getSerializeToNativeLength()
public final int serializeToNative(long address, int addressOffset)
public final SrvMonSysThreadStats deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer, int offset, int length, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonSysThreadStats deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer, int offset, int length)
public final SrvMonSysThreadStats deserializeFromByteArray(byte[] array, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonSysThreadStats deserializeFromByteArray(byte[] array)
public final SrvMonSysThreadStats deserializeFromByteBuffer(ByteBuffer buffer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonSysThreadStats deserializeFromByteBuffer(ByteBuffer buffer)
public final SrvMonSysThreadStats deserializeFromNative(long address, int offset, int length, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonSysThreadStats deserializeFromNative(long address, int offset, int length)
public final void sync()
public final int desync(PktBuffer buffer, int pos, boolean frameOnly)
desync
in interface com.neeve.xbuf.IXbufDesyncer
public final SrvMonSysThreadStats init()
UtlPool.Item
This method is invoked by an item pool very time an item is put into the pool. The method should wipe the contents of the item so as to present a fresh instance of the item to the caller when retrieved from the pool.
init
in interface UtlPool.Item<SrvMonSysThreadStats>
public final SrvMonSysThreadStats setPool(UtlPool<SrvMonSysThreadStats> pool)
UtlPool.Item
This method is invoked by an item pool at the time an item is added to the pool. The intent is to record the item's source pool in the item so it can be disposed back into the pool when the user is done working with it.
setPool
in interface UtlPool.Item<SrvMonSysThreadStats>
public final UtlPool<SrvMonSysThreadStats> getPool()
UtlPool.Item
This method should return the pool set using UtlPool.Item.setPool(com.neeve.util.UtlPool
getPool
in interface UtlPool.Item<SrvMonSysThreadStats>
UtlPool.Item.setPool(com.neeve.util.UtlPool)
public final boolean isReferenceCounted()
public final SrvMonSysThreadStats acquire()
public final int getOwnerCount()
public final void dispose()
public final Object clone()
This method differs from the copy()
method in that:
clone
in class Object
public final SrvMonSysThreadStats copy()
The copy copies primitive, enum and embedded entity fields into the returned copy. Each embedded entity field is cloned so that modifications made to the copy's embedded entity fields do not affect this SrvMonSysThreadStats's embedded entity fields.
The returned copy will be writeable even if this SrvMonSysThreadStats is read only.
public final void copyInto(SrvMonSysThreadStats copy)
The copy clears the target's contents and copies primitive, enum and embedded entity fields into the provided copy. Each embedded entity field is cloned so that modifications made to the copy's embedded entity fields do not affect this SrvMonSysThreadStats's embedded entity fields.
The returned copy will be writeable even if this SrvMonSysThreadStats is read only.
copy
- The target into which to copy.public final boolean isValid()
IRogValidatable
isValid
in interface IRogValidatable
public final void getValidationErrors(List<XString> results, String errorPrefix)
IRogValidatable
getValidationErrors
in interface IRogValidatable
results
- A results list into which validation errors will be collected.errorPrefix
- The bean path prefix to use when identifying invalid fields or null if validating a top level entity.public final String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |