JavaPatternMatching/src/mycompiler/IItemWithOffset.java

18 lines
419 B
Java
Raw Normal View History

2013-10-18 11:33:46 +00:00
// ino.module.IItemWithOffset.8527.package
package mycompiler;
// ino.end
// ino.class.IItemWithOffset.21249.declaration
public interface IItemWithOffset
// ino.end
// ino.class.IItemWithOffset.21249.body
{
// ino.method.getOffset.21252.declaration
public int getOffset();
// ino.end
// ino.method.getVariableLength.21255.declaration
public int getVariableLength();
// ino.end
}
// ino.end