jasco.tools.jascoparser
Class PContent

java.lang.Object
  extended by jasco.tools.jascoparser.PJAsCoParseElement
      extended by jasco.tools.jascoparser.PContent
All Implemented Interfaces:
IJAsCoParseElement, java.lang.Cloneable
Direct Known Subclasses:
PEnum, PField, PMethod

public class PContent
extends PJAsCoParseElement

Author:
Wim

Field Summary
 
Fields inherited from interface jasco.tools.jascoparser.IJAsCoParseElement
NO_LINE
 
Constructor Summary
PContent(JavaGenerator gen, int lineno)
           
 
Method Summary
 JavaGenerator 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

PContent

public PContent(JavaGenerator gen,
                int lineno)
Method Detail

getDescriptor

public JavaGenerator getDescriptor()