|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--com.smardec.j2native.Argument
|
+--com.smardec.j2native.DelegatedArgument
|
+--com.smardec.j2native.WideChar
WideChar class represents an Unicode character (wchar_t).
| Field Summary |
| Fields inherited from class com.smardec.j2native.Argument |
JAVA_SIDE, NATIVE_SIDE |
| Constructor Summary | |
WideChar()
Constructs a WideChar object with a '\n' value. |
|
WideChar(char value)
Constructs a WideChar object with a specified value. |
|
WideChar(char value,
int charLength)
Constructs a WideChar object with a specified value and length. |
|
| Method Summary | |
char |
getValue()
Returns the char value. |
protected boolean |
isFixedLength()
Identify if Argument is a fixed length variable. |
void |
setLength(int charLength)
Sets char length |
| Methods inherited from class com.smardec.j2native.DelegatedArgument |
finalize, free, fromBytesValue, getAlignedLength, getInternalValue, getLength, read, readFromRAM, readFromStack, restoreFromRAM, setInternalValue, storeToRAM, toBytesValue, toBytesValue, write, writeToRAM, writeToStack |
| Methods inherited from class com.smardec.j2native.Argument |
clone, getResultFlags, update |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WideChar()
WideChar object with a '\n' value.
public WideChar(char value)
WideChar object with a specified value.
value - value to set
public WideChar(char value,
int charLength)
WideChar object with a specified value and length.
value - value to setcharLength - char length| Method Detail |
public void setLength(int charLength)
charLength - char lengthpublic char getValue()
char value.
char valueprotected boolean isFixedLength()
ArgumentArgument is a fixed length variable.
isFixedLength in class DelegatedArgumenttrue if it is so, and false otherwise
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||