Class CSharpParserAdapter

java.lang.Object
de.jplag.AbstractParser
de.jplag.csharp.CSharpParserAdapter

public class CSharpParserAdapter extends AbstractParser
Parser adapter for the ANTLR 4 CSharp Parser and Lexer. It receives file to parse and passes them to the ANTLR pipeline. Then it walks the produced parse tree and creates JPlag token with the CSharpListener.
Author:
Timur Saglam
  • Constructor Details

    • CSharpParserAdapter

      public CSharpParserAdapter()
      Creates the parser adapter.
  • Method Details