Klasse ModuleStatement

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.ast.ASTNode
org.aspectj.org.eclipse.jdt.internal.compiler.ast.ModuleStatement
Alle implementierten Schnittstellen:
TypeConstants, TypeIds
Bekannte direkte Unterklassen:
PackageVisibilityStatement, ProvidesStatement, RequiresStatement, UsesStatement

public abstract class ModuleStatement extends ASTNode
Just a marker class to represent statements that can occur in a module declaration
  • Felddetails

    • declarationEnd

      public int declarationEnd
    • declarationSourceStart

      public int declarationSourceStart
    • declarationSourceEnd

      public int declarationSourceEnd
  • Konstruktordetails

    • ModuleStatement

      public ModuleStatement()