Class FieldByte
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.field.FieldByte
- All Implemented Interfaces:
IField
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyteReturns the name of the field.intReturns the field offset, in bytes from the start of the struct.intReturns the size of the field, in bytes.voidprotected voidsetFieldName(String fieldName)voidsetOffset(int offset)Sets the field offset (bytes from the start of the struct).Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aspectj.org.eclipse.jdt.internal.core.nd.field.IField
getAlignment
-
Field Details
-
offset
protected int offset
-
-
Constructor Details
-
FieldByte
-
-
Method Details
-
get
-
put
-
getRecordSize
public int getRecordSize()Description copied from interface:IFieldReturns the size of the field, in bytes. -
setFieldName
-
setOffset
public final void setOffset(int offset)Description copied from interface:IFieldSets the field offset (bytes from the start of the struct). This is invoked some time after field construction, after the sizes of all preceeding fields are known. -
getOffset
public final int getOffset()Description copied from interface:IFieldReturns the field offset, in bytes from the start of the struct. -
getFieldName
Description copied from interface:IFieldReturns the name of the field. This is mainly used for error messages, debug output, and diagnostic tools. Meant to be programmer-readable but not user-readable.- Specified by:
getFieldNamein interfaceIField
-