jasco.tools.jascoparser
Class PMethod

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

public class PMethod
extends PContent

Author:
Wim

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

PMethod

public PMethod(MethodGenerator gen,
               int lineno)
Method Detail

getMethodInfo

public MethodGenerator getMethodInfo()

isRefinable

public boolean isRefinable()