jasco.tools.jascoparser
Class PField

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

public class PField
extends PContent

Author:
Wim

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

PField

public PField(VariableGenerator gen,
              int lineno)
Parameters:
lineno -
gen -
Method Detail

getFieldInfo

public VariableGenerator getFieldInfo()