Package org.stringtemplate.v4.compiler
Class CodeGenerator.args_return
java.lang.Object
org.antlr.runtime.RuleReturnScope
org.antlr.runtime.tree.TreeRuleReturnScope
org.stringtemplate.v4.compiler.CodeGenerator.args_return
- Enclosing class:
CodeGenerator
public static class CodeGenerator.args_return
extends org.antlr.runtime.tree.TreeRuleReturnScope
-
Field Summary
FieldsFields inherited from class org.antlr.runtime.tree.TreeRuleReturnScope
start
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.antlr.runtime.tree.TreeRuleReturnScope
getStart
Methods inherited from class org.antlr.runtime.RuleReturnScope
getStop, getTemplate, getTree
-
Field Details
-
n
public int n -
namedArgs
public boolean namedArgs -
passThru
public boolean passThru
-
-
Constructor Details
-
args_return
public args_return()
-