mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
16 lines
659 B
Java
Generated
16 lines
659 B
Java
Generated
// Generated automatically from javafx.beans.property.ReadOnlyBooleanProperty for testing purposes
|
|
|
|
package javafx.beans.property;
|
|
|
|
import javafx.beans.binding.BooleanExpression;
|
|
import javafx.beans.property.ReadOnlyObjectProperty;
|
|
import javafx.beans.property.ReadOnlyProperty;
|
|
|
|
abstract public class ReadOnlyBooleanProperty extends BooleanExpression implements ReadOnlyProperty<Boolean>
|
|
{
|
|
public ReadOnlyBooleanProperty(){}
|
|
public ReadOnlyObjectProperty<Boolean> asObject(){ return null; }
|
|
public String toString(){ return null; }
|
|
public static ReadOnlyBooleanProperty readOnlyBooleanProperty(ReadOnlyProperty<Boolean> p0){ return null; }
|
|
}
|