joosc.node
Class AModExternMethod

java.lang.Object
  extended byjoosc.node.Node
      extended byjoosc.node.PExternMethod
          extended byjoosc.node.AModExternMethod
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AModExternMethod
extends PExternMethod


Constructor Summary
AModExternMethod()
           
AModExternMethod(TPublic _public_, PExternMethodmods _externMethodmods_, PReturntype _returntype_, TIdentifier _identifier_, TLPar _lPar_, PFormalList _formalList_, TRPar _rPar_, TSemicolon _semicolon_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PExternMethodmods getExternMethodmods()
           
 PFormalList getFormalList()
           
 TIdentifier getIdentifier()
           
 TLPar getLPar()
           
 TPublic getPublic()
           
 PReturntype getReturntype()
           
 TRPar getRPar()
           
 TSemicolon getSemicolon()
           
 void setExternMethodmods(PExternMethodmods node)
           
 void setFormalList(PFormalList node)
           
 void setIdentifier(TIdentifier node)
           
 void setLPar(TLPar node)
           
 void setPublic(TPublic node)
           
 void setReturntype(PReturntype node)
           
 void setRPar(TRPar node)
           
 void setSemicolon(TSemicolon node)
           
 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

AModExternMethod

public AModExternMethod()

AModExternMethod

public AModExternMethod(TPublic _public_,
                        PExternMethodmods _externMethodmods_,
                        PReturntype _returntype_,
                        TIdentifier _identifier_,
                        TLPar _lPar_,
                        PFormalList _formalList_,
                        TRPar _rPar_,
                        TSemicolon _semicolon_)
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)

getExternMethodmods

public PExternMethodmods getExternMethodmods()

setExternMethodmods

public void setExternMethodmods(PExternMethodmods 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)

getSemicolon

public TSemicolon getSemicolon()

setSemicolon

public void setSemicolon(TSemicolon node)

toString

public java.lang.String toString()