- java.lang.Object
-
- swim.dynamic.StaticObjectType<T>
-
- swim.dynamic.StaticClassType<T>
-
- All Implemented Interfaces:
HostClassType<T>
,HostObjectType<T>
,HostType<T>
public abstract class StaticClassType<T> extends StaticObjectType<T> implements HostClassType<T>
-
-
Field Summary
-
Fields inherited from class swim.dynamic.StaticObjectType
hostClass
-
-
Constructor Summary
Constructors Constructor Description StaticClassType(Class<?> hostClass)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Object
newInstance(Bridge bridge, Object... arguments)
-
Methods inherited from class swim.dynamic.StaticObjectType
addMember, addStaticMember, baseTypes, extendType, getMember, getOwnMember, getOwnStaticMember, getStaticMember, hostClass, inheritsType, inheritType, members, ownMembers, ownStaticMembers, parentType, staticMembers
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface swim.dynamic.HostType
baseTypes, getOwnStaticMember, getStaticMember, hostClass, inheritsType, ownStaticMembers, parentType, staticMembers, typeName
-
-
-
-
Constructor Detail
-
StaticClassType
public StaticClassType(Class<?> hostClass)
-
-
Method Detail
-
newInstance
public abstract Object newInstance(Bridge bridge, Object... arguments)
- Specified by:
newInstance
in interfaceHostClassType<T>
-
-