We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.internal.
Class ComponentTracker.Location
java.lang.Object
com.vaadin.flow.component.internal.ComponentTracker.Location
All Implemented Interfaces:
Enclosing class:
Represents a location in the source code.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
filename()
findJavaFile
(AbstractConfiguration configuration) Deprecated.
use findSourceFilefindSourceFile
(AbstractConfiguration configuration) Finds the source file this location refers to.
int
hashCode()
int
toString()
-
Constructor Details
-
Location
-
-
Method Details
-
className
-
filename
-
methodName
-
lineNumber
public int lineNumber() -
equals
-
hashCode
public int hashCode() -
findSourceFile
Finds the source file this location refers to.
Parameters:
configuration
- the application configurationReturns:
the source file the location refers to, or
null
-
findJavaFile
Deprecated.use findSourceFileFinds the Java file this location refers to.
Parameters:
configuration
- the application configurationReturns:
the Java file the location refers to, or
null
-
toString
-