jaxx.compiler.reflect
Class JavaFileParser

java.lang.Object
  extended by 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


Field Summary
static String[] EMPTY_STRING_ARRAY
          Deprecated.  
 
Method Summary
protected  void addInterface(String rawName)
          Deprecated.  
protected  int getModifiers(SimpleNode node)
          Deprecated.  
static ClassDescriptor parseJavaFile(String displayName, Reader src, ClassLoader classLoader)
          Deprecated.  
protected  String resolveFullyQualifiedName(String rawName)
          Deprecated.  
protected  int scanModifiers(String modifiersStr)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_STRING_ARRAY

public static final String[] EMPTY_STRING_ARRAY
Deprecated. 
Method Detail

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.