TimeDefLexer.mT__23 C# (CSharp) Method

mT__23() public method

public mT__23 ( ) : void
return void
    public void mT__23() // throws RecognitionException [2]
    {
    		try
    		{
            int _type = T__23;
    	int _channel = DEFAULT_TOKEN_CHANNEL;
            // TimeDef.g:23:7: ( '!&' )
            // TimeDef.g:23:9: '!&'
            {
            	Match("!&"); 


            }

            state.type = _type;
            state.channel = _channel;
        }
        finally 
    	{
        }
    }
    // $ANTLR end "T__23"