com.stc.swift.codegen
Class SwiftCodeGen
java.lang.Object
com.stc.swift.codegen.SwiftCodeGen
public class SwiftCodeGen
- extends java.lang.Object
SWIFT codegen implementation.
- Version:
- $Revision: 1.19 $
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwiftCodeGen
public SwiftCodeGen()
- Creates new CodeGen
generate
public void generate(com.stc.otd.forest.OtdMetaContainer otd,
java.io.File workingDir)
throws com.stc.otd.codegen.OtdCodeGenException,
java.io.IOException
- Generate code for OTD.
- Parameters:
otd
- OTD meta container for which to generate codeworkingDir
- Working directory where generated code and package
structure should be placed
- Throws:
com.stc.otd.codegen.OtdCodeGenException
- if any error occurs that prevents the
successful completion of code generation
java.io.IOException
- if any error in creating or manipulating a file.
isBuildTimeUse
public void isBuildTimeUse(boolean f)
isBuildTimeUse
public boolean isBuildTimeUse()
setClassLoader
public void setClassLoader(java.lang.ClassLoader loader)
main
public static void main(java.lang.String[] args)
Copyright © 2008 Sun Microsystems, Inc. All rights reserved.