JavaPatternMatching/src/mycompiler/IItemWithOffset.java
2013-10-18 13:33:46 +02:00

18 lines
419 B
Java
Executable File

// 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