Uses of Class
com.threerings.presents.tools.GenTask

Packages that use GenTask
com.threerings.presents.tools   
com.threerings.presents.tools.cpp   
 

Uses of GenTask in com.threerings.presents.tools
 

Subclasses of GenTask in com.threerings.presents.tools
 class GenActionScriptStreamableTask
           
 class GenDObjectTask
          Generates necessary additional distributed object declarations and methods.
 class GenReceiverTask
          An Ant task for generating invocation receiver marshalling and unmarshalling classes.
 class GenServiceTask
          An Ant task for generating invocation service marshalling and unmarshalling classes.
 class GenStreamableTask
          Generates readObject() and writeObject() methods for Streamable classes that have protected or private members so that they can be used in a sandboxed environment.
 class InvocationTask
          A base Ant task for generating invocation service related marshalling and unmarshalling classes.
 

Uses of GenTask in com.threerings.presents.tools.cpp
 

Subclasses of GenTask in com.threerings.presents.tools.cpp
 class GenCPPReceiverTask
           
 class GenCPPServiceTask
           
 class GenCPPStreamableTask
           
 



Copyright © 2011. All Rights Reserved.