blob: c79e118eada9446cfb9f2e1aedc124c760fdfe3d [file] [log] [blame]
/* --COPYRIGHT--,EPL
* Copyright (c) 2008 Texas Instruments and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Texas Instruments - initial implementation
*
* --/COPYRIGHT--*/
/*!
* ======== xdc.rov ========
* Runtime object viewer
*/
package xdc.rov [1, 0, 1] {
interface ISymbolTable;
interface ICallBack, ICallStack;
module Model, Program, StructureDecoder, StateReader, ViewXml;
module ViewInfo, CallStack;
}