ESC/Java2
© 2003,2004,2005,2006 David Cok and Joseph Kiniry
© 2005,2006 UCD Dublin
© 2003,2004 Radboud University Nijmegen
© 1999,2000 Compaq Computer Corporation
© 1997,1998,1999 Digital Equipment Corporation
All Rights Reserved

javafe.ast
Class ImportDecl

java.lang.Object
  extended byjavafe.ast.ASTNode
      extended byjavafe.ast.ImportDecl
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
OnDemandImportDecl, SingleTypeImportDecl

public abstract class ImportDecl
extends ASTNode


Field Summary
 int loc
           
 
Fields inherited from class javafe.ast.ASTNode
bogusField, dotCounter, dotId
 
Constructor Summary
protected ImportDecl(int loc)
           
 
Method Summary
 void check()
           
 int getStartLoc()
           
 
Methods inherited from class javafe.ast.ASTNode
accept, accept, childAt, childCount, clone, clone, getDecorations, getEndLoc, getTag, isInternal, setDecorations, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

loc

public int loc
Constructor Detail

ImportDecl

protected ImportDecl(int loc)
Method Detail

getStartLoc

public int getStartLoc()
Specified by:
getStartLoc in class ASTNode

check

public void check()
Overrides:
check in class ASTNode

ESC/Java2
© 2003,2004,2005,2006 David Cok and Joseph Kiniry
© 2005,2006 UCD Dublin
© 2003,2004 Radboud University Nijmegen
© 1999,2000 Compaq Computer Corporation
© 1997,1998,1999 Digital Equipment Corporation
All Rights Reserved

The ESC/Java2 Project Homepage