Package | Description |
---|---|
biz.onixs.sbe.bcelExt | |
biz.onixs.sbe.def |
Modifier and Type | Method and Description |
---|---|
org.apache.bcel.generic.CompoundInstruction |
InstructionFactory.createLoad(UnifiedMetaData.PrimitiveType type,
boolean isLittleEndian,
org.apache.bcel.generic.LocalVariableGen dataVar,
org.apache.bcel.generic.LocalVariableGen offsetVar,
int constOffset,
org.apache.bcel.generic.Type resultType)
Create instruction to load a primitive field.
|
org.apache.bcel.generic.CompoundInstruction |
InstructionFactory.createStore(UnifiedMetaData.PrimitiveType type,
boolean isLittleEndian,
org.apache.bcel.generic.LocalVariableGen dataVar,
org.apache.bcel.generic.LocalVariableGen offsetVar,
int constOffset,
org.apache.bcel.generic.LocalVariableGen valueVar)
Create instruction to store primitive field.
|
Modifier and Type | Method and Description |
---|---|
UnifiedMetaData.PrimitiveType |
UnifiedMetaData.getPrimitiveType() |
UnifiedMetaData.PrimitiveType |
FramingHeaderSpecification.FieldSpecification.getSuitablePrimitive() |
static UnifiedMetaData.PrimitiveType |
UnifiedMetaData.PrimitiveType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnifiedMetaData.PrimitiveType[] |
UnifiedMetaData.PrimitiveType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.