Class ModuleStatement

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.ast.ASTNode
org.aspectj.org.eclipse.jdt.internal.compiler.ast.ModuleStatement
All Implemented Interfaces:
TypeConstants, TypeIds
Direct Known Subclasses:
PackageVisibilityStatement, ProvidesStatement, RequiresStatement, UsesStatement

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

    • declarationEnd

      public int declarationEnd
    • declarationSourceStart

      public int declarationSourceStart
    • declarationSourceEnd

      public int declarationSourceEnd
  • Constructor Details

    • ModuleStatement

      public ModuleStatement()