Class ComponentTracker.Location
- java.lang.Object
-
- com.vaadin.flow.component.internal.ComponentTracker.Location
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ComponentTracker
public static class ComponentTracker.Location extends Object implements Serializable
Represents a location in the source code.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()booleanequals(Object o)Stringfilename()inthashCode()intlineNumber()StringmethodName()StringtoString()
-