mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
16 lines
685 B
Java
Generated
16 lines
685 B
Java
Generated
// Generated automatically from javafx.beans.property.ReadOnlyDoubleProperty for testing purposes
|
|
|
|
package javafx.beans.property;
|
|
|
|
import javafx.beans.binding.DoubleExpression;
|
|
import javafx.beans.property.ReadOnlyObjectProperty;
|
|
import javafx.beans.property.ReadOnlyProperty;
|
|
|
|
abstract public class ReadOnlyDoubleProperty extends DoubleExpression implements ReadOnlyProperty<Number>
|
|
{
|
|
public ReadOnlyDoubleProperty(){}
|
|
public ReadOnlyObjectProperty<Double> asObject(){ return null; }
|
|
public String toString(){ return null; }
|
|
public static <T extends Number> ReadOnlyDoubleProperty readOnlyDoubleProperty(javafx.beans.property.ReadOnlyProperty<T> p0){ return null; }
|
|
}
|