INNER CODE UNIT · Java

getDelegates

TarsCloud/TarsJava · tools/tars-maven-plugin/src/main/resources/antlr/TarsLexer.java:79

	public Lexer[] getDelegates() {
		return new Lexer[] {};
	}

	public TarsLexer() {}
	public TarsLexer(CharStream input) {
		this(input, new RecognizerSharedState());
	}
	public TarsLexer(CharStream input, RecognizerSharedState state) {
		super(input,state);
	}
	@Override public String getGrammarFileName() { return "TarsLexer.g"; }

	// $ANTLR start "TARS_VOID"
	public final void mTARS_VOID() throws RecognitionException {
		try {
			int _type = TARS_VOID;
			int _channel = DEFAULT_TOKEN_CHANNEL;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…