INNER CODE UNIT · Java

mTARS_DOUBLE

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

	public final void mTARS_DOUBLE() throws RecognitionException {
		try {
			int _type = TARS_DOUBLE;
			int _channel = DEFAULT_TOKEN_CHANNEL;
			// TarsLexer.g:29:2: ( 'double' )
			// TarsLexer.g:29:4: 'double'
			{
				match("double");

			}

			state.type = _type;
			state.channel = _channel;
		}
		finally {
			// do for sure before leaving
		}
	}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…