Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jacorb.idl.javamapping.JavaMappingGeneratingVisitor
Constructor Summary | |
|
Method Summary | |
void |
|
void |
|
void |
|
void | |
void |
|
void | |
void |
|
void | |
void | |
void |
|
void |
|
void |
|
void |
|
void | |
void | |
void |
|
void |
|
void |
|
void |
|
void |
|
public void visitAlias(AliasTypeSpec alias)
- Specified by:
- visitAlias in interface IDLTreeVisitor
public void visitConstrTypeSpec(ConstrTypeSpec typeDecl)
- Specified by:
- visitConstrTypeSpec in interface IDLTreeVisitor
public void visitDeclaration(Declaration declaration)
- Specified by:
- visitDeclaration in interface IDLTreeVisitor
public void visitDefinition(Definition def)
- Specified by:
- visitDefinition in interface IDLTreeVisitor
public void visitDefinitions(Definitions defs)
- Specified by:
- visitDefinitions in interface IDLTreeVisitor
public void visitInterface(Interface interfce)
- Specified by:
- visitInterface in interface IDLTreeVisitor
public void visitInterfaceBody(InterfaceBody body)
- Specified by:
- visitInterfaceBody in interface IDLTreeVisitor
public void visitModule(Module module)
- Specified by:
- visitModule in interface IDLTreeVisitor
public void visitNative(NativeType _native)
- Specified by:
- visitNative in interface IDLTreeVisitor
public void visitParamDecl(ParamDecl param)
- Specified by:
- visitParamDecl in interface IDLTreeVisitor
public void visitSpec(Spec spec)
entry point for the code generation, called from the parser.
- Specified by:
- visitSpec in interface IDLTreeVisitor
public void visitStruct(StructType struct)
- Specified by:
- visitStruct in interface IDLTreeVisitor
public void visitTypeDeclaration(TypeDeclaration typeDecl)
- Specified by:
- visitTypeDeclaration in interface IDLTreeVisitor
public void visitTypeDef(TypeDef typedef)
- Specified by:
- visitTypeDef in interface IDLTreeVisitor
public void visitUnion(UnionType union)
- Specified by:
- visitUnion in interface IDLTreeVisitor