sdr 0.7

net.cscott.sdr.calls.parser
Class AstParser.in_out_return

java.lang.Object
  extended by org.antlr.runtime.RuleReturnScope
      extended by org.antlr.runtime.ParserRuleReturnScope
          extended by net.cscott.sdr.calls.parser.AstParser.in_out_return
Enclosing class:
AstParser

public static class AstParser.in_out_return
extends org.antlr.runtime.ParserRuleReturnScope


Field Summary
 boolean in
           
 boolean out
           
 
Fields inherited from class org.antlr.runtime.ParserRuleReturnScope
start, stop
 
Constructor Summary
AstParser.in_out_return()
           
 
Method Summary
 
Methods inherited from class org.antlr.runtime.ParserRuleReturnScope
getStart, getStop
 
Methods inherited from class org.antlr.runtime.RuleReturnScope
getTemplate, getTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

public boolean in

out

public boolean out
Constructor Detail

AstParser.in_out_return

public AstParser.in_out_return()

sdr 0.7

Copyright © 2006-2009 C. Scott Ananian