plp.imperative2.memory
Class Procedimento

java.lang.Object
  extended by plp.imperative2.memory.Procedimento

public class Procedimento
extends java.lang.Object


Constructor Summary
Procedimento(ListaDeclaracaoParametro parametrosFormais, DefProcedimento parametro2)
           
 
Method Summary
 Comando getComando()
           
 ListaDeclaracaoParametro getParametrosFormais()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Procedimento

public Procedimento(ListaDeclaracaoParametro parametrosFormais,
                    DefProcedimento parametro2)
Method Detail

getParametrosFormais

public ListaDeclaracaoParametro getParametrosFormais()

getComando

public Comando getComando()