I have the class:
import javax.swing.JTextArea;
public class Semantico {
private String tipo;
private String variavel;
public void verificaSem(String stipo, String svariavel, JTextArea txtSemantico){
this.tipo = stipo;
this.variav...
asked by
08.06.2016 / 19:09