All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webit.script.loaders.ResourceOffset Maven / Gradle / Ivy

The newest version!
// Copyright (c) 2013, Webit Team. All Rights Reserved.
package webit.script.loaders;

/**
 *
 * @author zqq
 */
public interface ResourceOffset {

    int getOffsetLine();

    int getOffsetColumnOfFirstLine();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy