jaxx.compiler.reflect
Class JavaFileParser
java.lang.Object
jaxx.compiler.reflect.JavaFileParser
Deprecated. since 2.0.2, now use the ClassDescriptorHelper to obtain
descriptors from java source files.
@Deprecated
public class JavaFileParser
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_STRING_ARRAY
public static final String[] EMPTY_STRING_ARRAY
- Deprecated.
parseJavaFile
public static ClassDescriptor parseJavaFile(String displayName,
Reader src,
ClassLoader classLoader)
throws ClassNotFoundException
- Deprecated.
- Throws:
ClassNotFoundException
addInterface
protected void addInterface(String rawName)
- Deprecated.
resolveFullyQualifiedName
protected String resolveFullyQualifiedName(String rawName)
- Deprecated.
getModifiers
protected int getModifiers(SimpleNode node)
- Deprecated.
scanModifiers
protected int scanModifiers(String modifiersStr)
- Deprecated.
Copyright © 2008-2010 CodeLutin. All Rights Reserved.