org.jacorb.idl
public class ConstDecl extends Declaration
Version: $Id: ConstDecl.java,v 1.31 2006/06/20 10:52:57 alphonse.bendt Exp $
| Field Summary | |
|---|---|
| ConstExpr | const_expr |
| ConstType | const_type |
| Constructor Summary | |
|---|---|
| ConstDecl(int num) | |
| Method Summary | |
|---|---|
| static void | init() |
| static String | namedValue(ScopedName sn) |
| void | parse() |
| void | print(PrintWriter ps) prints a constant declaration outside of an enclosing interface
into a separate interface |
| void | printContained(PrintWriter ps)
prints a constant declaration as part of an enclosing
interface |
| void | setPackage(String s) |