Example usage for org.springframework.ide.eclipse.core.java JdtUtils getLineNumber

List of usage examples for org.springframework.ide.eclipse.core.java JdtUtils getLineNumber

Introduction

In this page you can find the example usage for org.springframework.ide.eclipse.core.java JdtUtils getLineNumber.

Prototype

public static int getLineNumber(IJavaElement element) 

Source Link

Usage

From source file:org.springframework.ide.eclipse.beans.core.internal.model.BeansJavaConfig.java

@Override
public int getElementStartLine() {
    return JdtUtils.getLineNumber(configClass);
}