|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.stringtemplate.v4.debug.InterpEvent
org.stringtemplate.v4.debug.EvalExprEvent
public class EvalExprEvent
| Field Summary | |
|---|---|
String |
expr
|
int |
exprStartChar
|
int |
exprStopChar
|
| Fields inherited from class org.stringtemplate.v4.debug.InterpEvent |
|---|
outputStartChar, outputStopChar, scope |
| Constructor Summary | |
|---|---|
EvalExprEvent(InstanceScope scope,
int start,
int stop,
int exprStartChar,
int exprStopChar)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final int exprStartChar
public final int exprStopChar
public final String expr
| Constructor Detail |
|---|
public EvalExprEvent(InstanceScope scope,
int start,
int stop,
int exprStartChar,
int exprStopChar)
| Method Detail |
|---|
public String toString()
toString in class InterpEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||