public class JavaParserImpl extends Object implements JavaParserProvider
| Constructor and Description |
|---|
JavaParserImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T extends JavaSource<?>> |
create(Class<T> type) |
static JavaSource<?> |
getJavaSource(JavaSource<?> enclosingType,
org.eclipse.jface.text.Document document,
org.eclipse.jdt.core.dom.CompilationUnit unit,
org.eclipse.jdt.core.dom.ASTNode declaration)
|
JavaType<?> |
parse(InputStream data) |
public JavaType<?> parse(InputStream data)
parse in interface JavaParserProviderpublic static JavaSource<?> getJavaSource(JavaSource<?> enclosingType, org.eclipse.jface.text.Document document, org.eclipse.jdt.core.dom.CompilationUnit unit, org.eclipse.jdt.core.dom.ASTNode declaration)
public <T extends JavaSource<?>> T create(Class<T> type)
create in interface JavaParserProviderCopyright © 2013 JBoss by Red Hat. All Rights Reserved.