org.tinygroup.codegen.impl
类 CodeGeneratorDefault

java.lang.Object
  继承者 org.tinygroup.codegen.impl.CodeGeneratorDefault
所有已实现的接口:
CodeGenerator

public class CodeGeneratorDefault
extends Object
implements CodeGenerator


字段摘要
 
从接口 org.tinygroup.codegen.CodeGenerator 继承的字段
ABSOLUTE_PATH, CODE_META_DATA, JAVA_RES_ROOT, JAVA_ROOT, JAVA_TEST_RES_ROOT, JAVA_TEST_ROOT, TEMPLATE_FILE, XSTEAM_PACKAGE_NAME
 
构造方法摘要
CodeGeneratorDefault()
           
 
方法摘要
 List<String> generate(org.tinygroup.context.Context context)
          代码生成处理方法
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CodeGeneratorDefault

public CodeGeneratorDefault()
方法详细信息

generate

public List<String> generate(org.tinygroup.context.Context context)
                      throws IOException
从接口 CodeGenerator 复制的描述
代码生成处理方法

指定者:
接口 CodeGenerator 中的 generate
参数:
context - 默认文件需要用到的上下文环境
抛出:
IOException


Copyright © 2006–2016 TinyGroup. All rights reserved.