TimeDefLexer.mT__34 C# (CSharp) Method

mT__34() public method

public mT__34 ( ) : void
return void
    public void mT__34() // throws RecognitionException [2]
    {
    		try
    		{
            int _type = T__34;
    	int _channel = DEFAULT_TOKEN_CHANNEL;
            // TimeDef.g:34:7: ( '<' )
            // TimeDef.g:34:9: '<'
            {
            	Match('<'); 

            }

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