Searched refs:FIRSTPOS (Results 1 - 4 of 4) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DPosition.java47 public static final int FIRSTPOS = 0; field in class:Position
67 * Notes: The first character position FIRSTPOS is at
190 private int lastPosition = Position.FIRSTPOS;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java1242 make.at(Position.FIRSTPOS);
1345 make.at(Position.FIRSTPOS);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DMemberEnter.java994 thisSym.pos = Position.FIRSTPOS;
1000 superSym.pos = Position.FIRSTPOS;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java88 /** Create a tree maker with a given toplevel and FIRSTPOS as initial position.
91 this.pos = Position.FIRSTPOS;

Completed in 32 milliseconds