public static class ClassDescriptorResolverFromJavaFile.JavaFileParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
EMPTY_STRING_ARRAY |
| Modifier | Constructor and Description |
|---|---|
protected |
JavaFileParser(ClassLoader classLoader,
boolean parseMethodBody) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addInterface(String rawName) |
void |
doParse(String className,
Reader src) |
protected int |
getModifiers(SimpleNode node) |
protected String |
resolveFullyQualifiedName(String rawName) |
protected void |
scanConstructorDeclaration(SimpleNode node) |
protected void |
scanFieldDeclaration(SimpleNode node) |
protected void |
scanMethodDeclaration(SimpleNode node) |
protected int |
scanModifiers(String modifiersStr) |
public static final String[] EMPTY_STRING_ARRAY
protected JavaFileParser(ClassLoader classLoader, boolean parseMethodBody)
public void doParse(String className, Reader src) throws ClassNotFoundException
ClassNotFoundExceptionprotected void scanFieldDeclaration(SimpleNode node)
protected void scanConstructorDeclaration(SimpleNode node)
protected void scanMethodDeclaration(SimpleNode node)
protected void addInterface(String rawName)
protected int getModifiers(SimpleNode node)
protected int scanModifiers(String modifiersStr)
Copyright © 2008–2018 Ultreia.io. All rights reserved.