1 26 27 package org.objectweb.openccm.generator.translator.ast2idl.api; 28 29 import org.objectweb.openccm.ast.api.Declaration; 30 31 39 40 public interface AST_IDLTranslator 41 { 42 49 public String  50 toIDL(org.objectweb.openccm.ast.api.TypeRef typeref); 51 52 59 public String  60 toIDLPostfix(org.objectweb.openccm.ast.api.TypeRef typeref); 61 62 70 public String  71 toString(org.objectweb.openccm.ast.api.AnyValue anyvalue, 72 org.objectweb.openccm.ast.api.TypeRef typeref); 73 74 81 public String  82 checkKeywords(String id); 83 84 92 public String  93 getAbsoluteName(Declaration decl); 94 } 95 | Popular Tags |