JavaPatternMatching/src/de/dhbwstuttgart/core/IItemWithOffset.java
2016-09-16 13:25:20 +02:00

9 lines
134 B
Java
Executable File

package de.dhbwstuttgart.core;
public interface IItemWithOffset
{
public int getOffset();
public int getVariableLength();
}