org.jacorb.idl.javamapping
public class JavaMappingGeneratingVisitor extends Object implements IDLTreeVisitor
Constructor Summary | |
---|---|
JavaMappingGeneratingVisitor()
used by the IDL compiler |
Method Summary | |
---|---|
void | visitAlias(AliasTypeSpec alias) |
void | visitConstrTypeSpec(ConstrTypeSpec typeDecl) |
void | visitDeclaration(Declaration declaration) |
void | visitDefinition(Definition def) |
void | visitDefinitions(Definitions defs) |
void | visitEnum(EnumType enumType) |
void | visitInterface(Interface interfce) |
void | visitInterfaceBody(InterfaceBody body) |
void | visitMethod(Method m) |
void | visitModule(Module module) |
void | visitNative(NativeType _native) |
void | visitOpDecl(OpDecl op) |
void | visitParamDecl(ParamDecl param) |
void | visitSequence(SequenceType seq) |
void | visitSimpleTypeSpec(SimpleTypeSpec typeDecl) |
void | visitSpec(Spec spec)
entry point for the code generation, called from
the parser.
|
void | visitStruct(StructType struct) |
void | visitTypeDeclaration(TypeDeclaration typeDecl) |
void | visitTypeDef(TypeDef typedef) |
void | visitUnion(UnionType union) |
void | visitValue(Value value) |
void | visitVectorType(VectorType typeDecl) |