joosc.node
Class AModMethod

java.lang.Object
  extended byjoosc.node.Node
      extended byjoosc.node.PMethod
          extended byjoosc.node.AModMethod
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AModMethod
extends PMethod


Constructor Summary
AModMethod()
           
AModMethod(TPublic _public_, PMethodmods _methodmods_, PReturntype _returntype_, TIdentifier _identifier_, TLPar _lPar_, PFormalList _formalList_, TRPar _rPar_, TLBrace _lBrace_, java.util.List _stm_, TRBrace _rBrace_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PFormalList getFormalList()
           
 TIdentifier getIdentifier()
           
 TLBrace getLBrace()
           
 TLPar getLPar()
           
 PMethodmods getMethodmods()
           
 TPublic getPublic()
           
 TRBrace getRBrace()
           
 PReturntype getReturntype()
           
 TRPar getRPar()
           
 java.util.LinkedList getStm()
           
 void setFormalList(PFormalList node)
           
 void setIdentifier(TIdentifier node)
           
 void setLBrace(TLBrace node)
           
 void setLPar(TLPar node)
           
 void setMethodmods(PMethodmods node)
           
 void setPublic(TPublic node)
           
 void setRBrace(TRBrace node)
           
 void setReturntype(PReturntype node)
           
 void setRPar(TRPar node)
           
 void setStm(java.util.List list)
           
 java.lang.String toString()
           
 
Methods inherited from class joosc.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AModMethod

public AModMethod()

AModMethod

public AModMethod(TPublic _public_,
                  PMethodmods _methodmods_,
                  PReturntype _returntype_,
                  TIdentifier _identifier_,
                  TLPar _lPar_,
                  PFormalList _formalList_,
                  TRPar _rPar_,
                  TLBrace _lBrace_,
                  java.util.List _stm_,
                  TRBrace _rBrace_)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getPublic

public TPublic getPublic()

setPublic

public void setPublic(TPublic node)

getMethodmods

public PMethodmods getMethodmods()

setMethodmods

public void setMethodmods(PMethodmods node)

getReturntype

public PReturntype getReturntype()

setReturntype

public void setReturntype(PReturntype node)

getIdentifier

public TIdentifier getIdentifier()

setIdentifier

public void setIdentifier(TIdentifier node)

getLPar

public TLPar getLPar()

setLPar

public void setLPar(TLPar node)

getFormalList

public PFormalList getFormalList()

setFormalList

public void setFormalList(PFormalList node)

getRPar

public TRPar getRPar()

setRPar

public void setRPar(TRPar node)

getLBrace

public TLBrace getLBrace()

setLBrace

public void setLBrace(TLBrace node)

getStm

public java.util.LinkedList getStm()

setStm

public void setStm(java.util.List list)

getRBrace

public TRBrace getRBrace()

setRBrace

public void setRBrace(TRBrace node)

toString

public java.lang.String toString()