org.jacorb.idl
Class TypePrefixDecl
java.lang.Object
org.jacorb.idl.runtime.symbol
org.jacorb.idl.IdlSymbol
org.jacorb.idl.Declaration
org.jacorb.idl.TypePrefixDecl
public class TypePrefixDecl
- extends Declaration
Declaration of typeprefix
- Version:
- $Id: TypePrefixDecl.java,v 1.2 2011-05-10 15:40:36 nick.cross Exp $
- Author:
- Alexander Birchenko
| Methods inherited from class org.jacorb.idl.IdlSymbol |
addImportedAlias, addImportedName, addImportedName, addImportedNameHolder, deEscapeName, escapeName, generateIncluded, get_token, getEnclosingSymbol, getFullName, id, is_included, is_pseudo, isEscaped, name, new_num, omgPrefix, printClassComment, printIdMethod, printImport, set_name, set_pseudo, set_token, setEnclosingSymbol, setPackage, setPrintPhaseNames |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scopedname
public ScopedName scopedname
prefix
public String prefix
TypePrefixDecl
public TypePrefixDecl(int num)
print
public void print(PrintWriter ps)
- Overrides:
print in class IdlSymbol
parse
public void parse()
throws ParseException
- Description copied from class:
IdlSymbol
- empty parse
- Overrides:
parse in class IdlSymbol
- Throws:
ParseException
Copyright © 2012 JacORB. All Rights Reserved.