|
|
@ -199,13 +199,13 @@ public class TokenStack |
|
|
|
} |
|
|
|
} |
|
|
|
needsPathCheck = false; |
|
|
|
needsPathCheck = false; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (rootMatch != null && elements.empty()) { |
|
|
|
if (rootMatch != null && elements.empty()) { |
|
|
|
callback.resultFoundExit(rootMatch); |
|
|
|
callback.resultFoundExit(rootMatch); |
|
|
|
rootMatch = null; |
|
|
|
rootMatch = null; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String toString() |
|
|
|
public String toString() |
|
|
|
{ |
|
|
|
{ |
|
|
|