Class ClassDescriptorResolverFromJavaFile.JavaFileParser

    • Field Detail

      • EMPTY_STRING_ARRAY

        public static final String[] EMPTY_STRING_ARRAY
    • Constructor Detail

      • JavaFileParser

        protected JavaFileParser​(ClassLoader classLoader,
                                 boolean parseMethodBody)
    • Method Detail

      • scanFieldDeclaration

        protected void scanFieldDeclaration​(SimpleNode node)
      • scanConstructorDeclaration

        protected void scanConstructorDeclaration​(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)