Class ComponentTracker.Location
java.lang.Object
com.vaadin.flow.component.internal.ComponentTracker.Location
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ComponentTracker
Represents a location in the source code.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
filename()
findJavaFile
(AbstractConfiguration configuration) Finds the Java 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() -
findJavaFile
Finds the Java file this location refers to.- Parameters:
configuration
- the application configuration- Returns:
- the Java file the location refers to, or
null
-
toString
-