Package protobuf.lang.parser.util

Examples of protobuf.lang.parser.util.PbPatchedPsiBuilder


    @NotNull
    @Override
    public ASTNode parse(IElementType root, PsiBuilder builder) {
        builder.setDebugMode(true);
        PsiBuilder.Marker rootMarker = builder.mark();
        CompilationUnit.parse(new PbPatchedPsiBuilder(builder));
        rootMarker.done(root);       
        return builder.getTreeBuilt();
    }
View Full Code Here

TOP

Related Classes of protobuf.lang.parser.util.PbPatchedPsiBuilder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.