public abstract class Expr extends Object
| Constructor and Description |
|---|
Expr() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
acceptVisitor(ExprVisitor<T> visitor) |
int |
getEnd() |
int |
getStart() |
void |
setEnd(int end) |
void |
setStart(int start) |
public int getStart()
public void setStart(int start)
public int getEnd()
public void setEnd(int end)
public abstract <T> T acceptVisitor(ExprVisitor<T> visitor)
Copyright © 2019. All rights reserved.