Package org.fife.rsta.ac.java.rjc.ast
Class CompilationUnit.ZeroOffset
- java.lang.Object
-
- org.fife.rsta.ac.java.rjc.ast.CompilationUnit.ZeroOffset
-
- All Implemented Interfaces:
Offset
- Enclosing class:
- CompilationUnit
private static class CompilationUnit.ZeroOffset extends java.lang.Object implements Offset
An offset that always returns 0.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateZeroOffset()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOffset()Returns the offset into the source.
-