jaxx.compiler.reflect.resolvers
Class ClassDescriptorResolverFromJavaFile.JavaFileParser

java.lang.Object
  extended by jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJavaFile.JavaFileParser
Enclosing class:
ClassDescriptorResolverFromJavaFile

public static class ClassDescriptorResolverFromJavaFile.JavaFileParser
extends Object


Field Summary
static String[] EMPTY_STRING_ARRAY
           
 
Constructor Summary
protected ClassDescriptorResolverFromJavaFile.JavaFileParser(ClassLoader classLoader)
           
 
Method Summary
protected  void addInterface(String rawName)
           
 void doParse(String className, Reader src)
           
protected  int getModifiers(SimpleNode node)
           
protected  String resolveFullyQualifiedName(String rawName)
           
protected  void scanFieldDeclaration(SimpleNode node)
           
protected  void scanMethodDeclaration(SimpleNode node)
           
protected  int scanModifiers(String modifiersStr)
           
 
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
Constructor Detail

ClassDescriptorResolverFromJavaFile.JavaFileParser

protected ClassDescriptorResolverFromJavaFile.JavaFileParser(ClassLoader classLoader)
Method Detail

doParse

public void doParse(String className,
                    Reader src)
             throws ClassNotFoundException
Throws:
ClassNotFoundException

scanFieldDeclaration

protected void scanFieldDeclaration(SimpleNode node)

scanMethodDeclaration

protected void scanMethodDeclaration(SimpleNode node)

addInterface

protected void addInterface(String rawName)

resolveFullyQualifiedName

protected String resolveFullyQualifiedName(String rawName)

getModifiers

protected int getModifiers(SimpleNode node)

scanModifiers

protected int scanModifiers(String modifiersStr)


Copyright © 2008-2010 CodeLutin. All Rights Reserved.