Package org.apache.etch.compiler.ast

Examples of org.apache.etch.compiler.ast.TypeRef


    addBuiltin( service, newName( "Set" ), "etch_set", true );
    addBuiltin(service, newName("Datetime"), "etch_date", false);
  }

  public String getValidatorStringForParam(Parameter param) {
    TypeRef type = param.type();
    return getValidatorStringForParam(type);
  }
View Full Code Here

TOP

Related Classes of org.apache.etch.compiler.ast.TypeRef

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.