|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.mozilla.javascript.ScriptableObject jp.carabiner.treeeditor.js.model.JSTreeNode.FunctionWrapper<T>
public static class JSTreeNode.FunctionWrapper<T extends org.mozilla.javascript.Scriptable>
関数のラッパです。
フィールドの概要 |
---|
クラス org.mozilla.javascript.ScriptableObject から継承されたフィールド |
---|
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST |
インタフェース org.mozilla.javascript.Scriptable から継承されたフィールド |
---|
NOT_FOUND |
コンストラクタの概要 | |
---|---|
JSTreeNode.FunctionWrapper(Class<T> clazz,
Method method)
構築します。 |
メソッドの概要 | |
---|---|
Object |
call(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
org.mozilla.javascript.Scriptable thisObject,
Object[] args)
|
org.mozilla.javascript.Scriptable |
construct(org.mozilla.javascript.Context arg0,
org.mozilla.javascript.Scriptable arg1,
Object[] arg2)
|
String |
getClassName()
|
Object |
getDefaultValue(Class<?> typeHint)
|
クラス org.mozilla.javascript.ScriptableObject から継承されたメソッド |
---|
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, has, hasInstance, hasProperty, hasProperty, isConst, isGetterOrSetter, isSealed, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース org.mozilla.javascript.Scriptable から継承されたメソッド |
---|
delete, delete, get, get, getIds, getParentScope, getPrototype, has, has, hasInstance, put, put, setParentScope, setPrototype |
コンストラクタの詳細 |
---|
public JSTreeNode.FunctionWrapper(Class<T> clazz, Method method)
clazz
- クラス。nullは不可。method
- メソッド。nullは不可。メソッドの詳細 |
---|
public Object call(org.mozilla.javascript.Context context, org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable thisObject, Object[] args)
org.mozilla.javascript.Callable
内の call
org.mozilla.javascript.Function
内の call
public org.mozilla.javascript.Scriptable construct(org.mozilla.javascript.Context arg0, org.mozilla.javascript.Scriptable arg1, Object[] arg2)
org.mozilla.javascript.Function
内の construct
public String getClassName()
org.mozilla.javascript.Scriptable
内の getClassName
org.mozilla.javascript.ScriptableObject
内の getClassName
public Object getDefaultValue(Class<?> typeHint)
org.mozilla.javascript.Scriptable
内の getDefaultValue
org.mozilla.javascript.ScriptableObject
内の getDefaultValue
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |