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