Interface Java.ClassDeclaration

    • Method Detail

      • getVariableDeclaratorsAndInitializers

        java.util.List<Java.FieldDeclarationOrInitializer> getVariableDeclaratorsAndInitializers()
        Returns the initializers for class variables (JLS7 8.3.2.1) and instance variables (JLS7 8.3.2.2), and the instance initializers (JLS7 8.6) and static initializers (JLS7 8.7) in the order as they appear in the type declaration.
      • getSyntheticFields

        java.util.SortedMap<java.lang.String,​IClass.IField> getSyntheticFields()
        Returns:
        The synthetic fields that were created while this type declaration was compiled