com.threerings.presents.tools
Class ActionScriptUtils

java.lang.Object
  extended by com.threerings.presents.tools.ActionScriptUtils

public class ActionScriptUtils
extends Object


Constructor Summary
ActionScriptUtils()
           
 
Method Summary
static File createActionScriptPath(File actionScriptRoot, Class<?> sclass)
           
static boolean hasOmitAnnotation(Class<?> cclass)
           
static String toActionScriptType(Class<?> type, boolean isField)
           
static String toReadObject(Class<?> type)
           
static String toWriteObject(Class<?> type, String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionScriptUtils

public ActionScriptUtils()
Method Detail

toReadObject

public static String toReadObject(Class<?> type)

toWriteObject

public static String toWriteObject(Class<?> type,
                                   String name)

toActionScriptType

public static String toActionScriptType(Class<?> type,
                                        boolean isField)

createActionScriptPath

public static File createActionScriptPath(File actionScriptRoot,
                                          Class<?> sclass)

hasOmitAnnotation

public static boolean hasOmitAnnotation(Class<?> cclass)


Copyright © 2011. All Rights Reserved.