Package ru.ispras.verilog.parser.util
Interface TokenSourceCallback
-
public interface TokenSourceCallback
This is the callback interface for operating with token sources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
action(org.antlr.runtime.TokenSource source)
Action on a token source.
-