org.apache.axis2.corba.idl.parser
Class IDLVisitor

java.lang.Object
  extended by org.apache.axis2.corba.idl.parser.IDLVisitor
All Implemented Interfaces:
antlr.ASTVisitor

public class IDLVisitor
extends java.lang.Object
implements antlr.ASTVisitor

Created by IntelliJ IDEA. User: Eranga Date: Feb 11, 2007 Time: 10:06:23 PM


Constructor Summary
IDLVisitor()
           
 
Method Summary
 IDL getIDL()
           
 java.lang.String getTypeName(antlr.collections.AST node)
           
 void setModule(java.lang.String module)
           
 void visit(antlr.collections.AST node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDLVisitor

public IDLVisitor()
Method Detail

getIDL

public IDL getIDL()

visit

public void visit(antlr.collections.AST node)
Specified by:
visit in interface antlr.ASTVisitor

getTypeName

public java.lang.String getTypeName(antlr.collections.AST node)

setModule

public void setModule(java.lang.String module)


Copyright ? 2007 Apache Web Services Project. All Rights Reserved.