INNER CODE UNIT · Java

mTARS_FLOAT

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

	public final void mTARS_FLOAT() throws RecognitionException {
		try {
			int _type = TARS_FLOAT;
			int _channel = DEFAULT_TOKEN_CHANNEL;
			// TarsLexer.g:32:2: ( 'float' )
			// TarsLexer.g:32:4: 'float'
			{
				match("float");

			}

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

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…