org.jetbrains.jet.kdoc.parser
Class KDocParser

java.lang.Object
  extended by org.jetbrains.jet.kdoc.parser.KDocParser
All Implemented Interfaces:
com.intellij.lang.PsiParser

public class KDocParser
extends java.lang.Object
implements com.intellij.lang.PsiParser


Constructor Summary
KDocParser()
           
 
Method Summary
 com.intellij.lang.ASTNode parse(com.intellij.psi.tree.IElementType root, com.intellij.lang.PsiBuilder builder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KDocParser

public KDocParser()
Method Detail

parse

@NotNull
public com.intellij.lang.ASTNode parse(com.intellij.psi.tree.IElementType root,
                                               com.intellij.lang.PsiBuilder builder)
Specified by:
parse in interface com.intellij.lang.PsiParser