stardiv.js.ne
Class DateClass
java.lang.Object
|
+--stardiv.js.ip.BaseObj
|
+--stardiv.js.ip.BaseClass
|
+--stardiv.js.ne.DateClass
- All Implemented Interfaces:
- stardiv.js.ip.RTLCall
- public synchronized class DateClass
- extends stardiv.js.ip.BaseClass
Field Summary |
static int |
ID_DATE_CTOR
|
private static int |
ID_GETDATE
|
private static int |
ID_GETDAY
|
private static int |
ID_GETHOURS
|
private static int |
ID_GETMINUTES
|
private static int |
ID_GETMONTH
|
private static int |
ID_GETSECONDS
|
private static int |
ID_GETTIME
|
private static int |
ID_GETTIMEZONEOFFSET
|
private static int |
ID_GETYEAR
|
private static int |
ID_PARSE
|
private static int |
ID_SETDATE
|
private static int |
ID_SETHOURS
|
private static int |
ID_SETMINUTES
|
private static int |
ID_SETMONTH
|
private static int |
ID_SETSECONDS
|
private static int |
ID_SETTIME
|
private static int |
ID_SETYEAR
|
private static int |
ID_TOGMTSTRING
|
private static int |
ID_TOLOCALESTRING
|
private static int |
ID_UTC
|
static java.lang.String |
NAME
|
Fields inherited from class stardiv.js.ip.BaseClass |
ID_TOSTRING, ID_VALUEOF, aObjName, iPropCount, pHistoryList |
Fields inherited from class stardiv.js.ip.BaseObj |
HISTORY_DELETED, HISTORY_IDENTIFIER, HISTORY_INDEX, IDENT_ARRAY_STEP, INDEX_ARRAY_STEP, aHelpRef, aRootMgr, bJSbxArrayObject, bQueryProperty, iBasePropCount, iHistoryCount, iIdentArrayCount, iIndexArrayMax, pClass, pClassData, pConvertAtomUnion, pCtorAccess, pFlags, pHistoryIndex, pHistoryState, pIdentArray, pIdentDbls, pIdentObjs, pIdentTypes, pIndexDbls, pIndexObjs, pIndexTypes, pJSObject, pNeededType, pRTLAccess |
Fields inherited from interface stardiv.js.ip.RTLCall |
CPP, DEFAULT_PROP, NOT_IN_HISTORY, QUERY_ONCE, QUERY_PROP, TRANSIENT |
Constructor Summary |
DateClass(stardiv.js.ip.RootTaskManager rtm)
|
Method Summary |
boolean |
call(stardiv.js.ip.RTLFunction rtlf,
stardiv.js.ip.BaseObj bo,
stardiv.memory.UnionAccess[] ua1,
int i1,
int i2,
stardiv.memory.UnionAccess ua2)
|
protected int |
createStaticProps(stardiv.js.ip.BaseObj bo,
stardiv.js.ip.RootTaskManager rtm)
|
protected java.lang.String |
getDefToString(stardiv.js.ip.BaseObj bo)
|
protected void |
getDefValueOf(stardiv.js.ip.BaseObj bo,
stardiv.memory.UnionAccess ua)
|
Methods inherited from class stardiv.js.ip.BaseClass |
getHistoryList, getPropCount, getValue, isArrayClass, setValue |
Methods inherited from class stardiv.js.ip.BaseObj |
ClrAllDynVars, callMethod, enableQueryProperty, finalize, getArrayIndexValue, getBaseClass, getClassData, getCppIndexValue, getIdentArrayCount, getIdentifierPool, getIndexArray, getJSObject, getPosIndexSize, getPropWithClassInHistory, getPropertyName, getRef, getRef, getRootMgr, getValue, initProperties, isJSArray, isUnoObject, newProperty, newProperty, newRTLFunctionProperty, newRTLObjectProperty, queryProperty, resizeHistory, resizeHistory, resizeIdentArray, resizeIndexArray, reverseIndexArray, setArrayIndexValue, setClass, setClassData, setCtor, setIndexArray, setRTLAccess, setRootMgr, setValue, valueOf |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID_DATE_CTOR
public static final int ID_DATE_CTOR
ID_GETDATE
private static final int ID_GETDATE
ID_GETDAY
private static final int ID_GETDAY
ID_GETHOURS
private static final int ID_GETHOURS
ID_GETMINUTES
private static final int ID_GETMINUTES
ID_GETMONTH
private static final int ID_GETMONTH
ID_GETSECONDS
private static final int ID_GETSECONDS
ID_GETTIME
private static final int ID_GETTIME
ID_GETTIMEZONEOFFSET
private static final int ID_GETTIMEZONEOFFSET
ID_GETYEAR
private static final int ID_GETYEAR
ID_PARSE
private static final int ID_PARSE
ID_SETDATE
private static final int ID_SETDATE
ID_SETHOURS
private static final int ID_SETHOURS
ID_SETMINUTES
private static final int ID_SETMINUTES
ID_SETMONTH
private static final int ID_SETMONTH
ID_SETSECONDS
private static final int ID_SETSECONDS
ID_SETTIME
private static final int ID_SETTIME
ID_SETYEAR
private static final int ID_SETYEAR
ID_TOGMTSTRING
private static final int ID_TOGMTSTRING
ID_TOLOCALESTRING
private static final int ID_TOLOCALESTRING
ID_UTC
private static final int ID_UTC
NAME
public static final java.lang.String NAME
DateClass
public DateClass(stardiv.js.ip.RootTaskManager rtm)
call
public boolean call(stardiv.js.ip.RTLFunction rtlf,
stardiv.js.ip.BaseObj bo,
stardiv.memory.UnionAccess[] ua1,
int i1,
int i2,
stardiv.memory.UnionAccess ua2)
throws stardiv.js.base.JSException
createStaticProps
protected int createStaticProps(stardiv.js.ip.BaseObj bo,
stardiv.js.ip.RootTaskManager rtm)
getDefToString
protected java.lang.String getDefToString(stardiv.js.ip.BaseObj bo)
getDefValueOf
protected void getDefValueOf(stardiv.js.ip.BaseObj bo,
stardiv.memory.UnionAccess ua)