de.cau.cs.kieler.krep.compiler.parser
Class scadeParser.emission_body_return

java.lang.Object
  extended by org.antlr.runtime.RuleReturnScope
      extended by org.antlr.runtime.ParserRuleReturnScope
          extended by de.cau.cs.kieler.krep.compiler.parser.scadeParser.emission_body_return
Enclosing class:
scadeParser

public static class scadeParser.emission_body_return
extends org.antlr.runtime.ParserRuleReturnScope

Rating red

Field Summary
 Expression expr
           
 LinkedList<String> ids
           
 
Fields inherited from class org.antlr.runtime.ParserRuleReturnScope
start, stop
 
Constructor Summary
scadeParser.emission_body_return()
           
 
Method Summary
 
Methods inherited from class org.antlr.runtime.RuleReturnScope
getStart, getStop, getTemplate, getTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ids

public LinkedList<String> ids

expr

public Expression expr
Constructor Detail

scadeParser.emission_body_return

public scadeParser.emission_body_return()