jist.runtime
Class Entity.Static

java.lang.Object
  extended by jist.runtime.Entity.Empty
      extended by jist.runtime.Entity.Static
All Implemented Interfaces:
Entity, Timeless
Enclosing interface:
Entity

public static class Entity.Static
extends Entity.Empty

Entity used for static calls.


Nested Class Summary
 
Nested classes/interfaces inherited from interface jist.runtime.Entity
Entity.Empty, Entity.Static
 
Field Summary
 
Fields inherited from class jist.runtime.Entity.Empty
_jistField__ref
 
Constructor Summary
Entity.Static()
          Create a new static-call entity, but do not register with controller (performed manually).
 
Method Summary
 java.lang.String toString()
          
 
Methods inherited from class jist.runtime.Entity.Empty
_jistMethod_Get__ref, _jistMethod_Set__ref
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Entity.Static

public Entity.Static()
Create a new static-call entity, but do not register with controller (performed manually).

Method Detail

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object