Code Search for Developers
 
 
  

AssignStm.groovy from Groovy Eclipse Monkey at Krugle


Show AssignStm.groovy syntax highlighted

package chap1;

class AssignStm extends Stm
{
    String id;
    Exp exp;
}




See more files for this project here

Groovy Eclipse Monkey

Groovy Monkey is a Utility for Eclipse that enables you to create scripts in Groovy, Beanshell, Python or Ruby to run directly in Eclipse. This tool can be used to Eclipse API exploration, automation scripts, and rapid plugin prototyping.

Project homepage: http://sourceforge.net/projects/groovy-monkey
Programming language(s): Groovy,Java,XML
License: other

  AllTests.java
  AssignStm.groovy
  CompoundStm.groovy
  ConstructorsCategory.groovy
  EseqExp.groovy
  Exp.groovy
  ExpList.groovy
  IdExp.groovy
  IntAndTable.groovy
  LastExpList.groovy
  NumExp.groovy
  OpExp.groovy
  Ops.java
  PairExpList.groovy
  PrintStm.groovy
  Prog1.groovy
  Prog2.groovy
  Prog2Test.groovy
  Stm.groovy