org.stringtemplate.v4.compiler
Class CodeGenerator.args_return

java.lang.Object
  extended by org.antlr.runtime.RuleReturnScope
      extended by org.antlr.runtime.tree.TreeRuleReturnScope
          extended by org.stringtemplate.v4.compiler.CodeGenerator.args_return
Enclosing class:
CodeGenerator

public static class CodeGenerator.args_return
extends org.antlr.runtime.tree.TreeRuleReturnScope


Field Summary
 int n
           
 boolean namedArgs
           
 boolean passThru
           
 
Fields inherited from class org.antlr.runtime.tree.TreeRuleReturnScope
start
 
Constructor Summary
CodeGenerator.args_return()
           
 
Method Summary
 
Methods inherited from class org.antlr.runtime.tree.TreeRuleReturnScope
getStart
 
Methods inherited from class org.antlr.runtime.RuleReturnScope
getStop, getTemplate, getTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

n

public int n

namedArgs

public boolean namedArgs

passThru

public boolean passThru
Constructor Detail

CodeGenerator.args_return

public CodeGenerator.args_return()


Copyright © 2011. All Rights Reserved.