Package org.gnome.gtk
Class Expression.ExpressionImpl
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInstance
org.gnome.gtk.Expression
org.gnome.gtk.Expression.ExpressionImpl
- All Implemented Interfaces:
Proxy
- Enclosing class:
Expression
The ExpressionImpl type represents a native instance of the abstract Expression class.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gnome.gtk.Expression
Expression.ExpressionImpl
-
Constructor Summary
ConstructorDescriptionExpressionImpl
(MemorySegment address) Creates a new instance of Expression for the provided memory address. -
Method Summary
Methods inherited from class org.gnome.gtk.Expression
asParent, bind, evaluate, getType, getValueType, isStatic, ref, unref, watch
Methods inherited from class org.gnome.gobject.TypeInstance
callParent, callParent, getMemoryLayout, getPrivate, readGClass, writeGClass
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
ExpressionImpl
Creates a new instance of Expression for the provided memory address.- Parameters:
address
- the memory address of the instance
-