org.jacorb.idl

Class ElementSpec

public class ElementSpec extends IdlSymbol

Version: $Id: ElementSpec.java,v 1.20 2006/06/19 10:34:57 alphonse.bendt Exp $

Author: Gerald Brose

Field Summary
Declaratordeclarator
TypeSpectypeSpec
Constructor Summary
ElementSpec(int num)
Method Summary
voidparse()
voidprint(PrintWriter ps)
voidsetEnclosingSymbol(IdlSymbol s)
voidsetPackage(String s)
voidsetUnion(UnionType ut)

Field Detail

declarator

public Declarator declarator

typeSpec

public TypeSpec typeSpec

Constructor Detail

ElementSpec

public ElementSpec(int num)

Method Detail

parse

public void parse()

print

public void print(PrintWriter ps)

setEnclosingSymbol

public void setEnclosingSymbol(IdlSymbol s)

setPackage

public void setPackage(String s)

setUnion

public void setUnion(UnionType ut)