public class RuleReturnScope
extends java.lang.Object
Constructor and Description |
---|
RuleReturnScope() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getStart()
Return the start token or tree
|
java.lang.Object |
getStop()
Return the stop token or tree
|
java.lang.Object |
getTemplate()
Has a value potentially if output=template; Don't use StringTemplate
type as it then causes a dependency with ST lib.
|
java.lang.Object |
getTree()
Has a value potentially if output=AST;
|
public java.lang.Object getStart()
public java.lang.Object getStop()
public java.lang.Object getTree()
public java.lang.Object getTemplate()
Copyright © 2013. All Rights Reserved.