jasco.tools.jascoparser
Class PEnum

java.lang.Object
  extended by jasco.tools.jascoparser.PJAsCoParseElement
      extended by jasco.tools.jascoparser.PContent
          extended by jasco.tools.jascoparser.PEnum
All Implemented Interfaces:
IJAsCoParseElement, java.lang.Cloneable

public class PEnum
extends PContent


Field Summary
 
Fields inherited from interface jasco.tools.jascoparser.IJAsCoParseElement
NO_LINE
 
Constructor Summary
PEnum(EnumGenerator gen, int lineno)
           
 
Method Summary
 EnumGenerator getEnumGenerator()
           
 
Methods inherited from class jasco.tools.jascoparser.PContent
getDescriptor
 
Methods inherited from class jasco.tools.jascoparser.PJAsCoParseElement
getLine, setLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PEnum

public PEnum(EnumGenerator gen,
             int lineno)
Method Detail

getEnumGenerator

public EnumGenerator getEnumGenerator()