Class Expression.Expression$Impl
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInstance
org.gnome.gtk.Expression
org.gnome.gtk.Expression.Expression$Impl
- All Implemented Interfaces:
Proxy
- Enclosing class:
Expression
The Expression$Impl type represents a native instance of the abstract Expression class.
-
Nested Class Summary
Nested classes/interfaces inherited from class Expression
Expression.Expression$Impl -
Constructor Summary
ConstructorsConstructorDescriptionExpression$Impl(MemorySegment address) Create a Expression instance for the provided memory address. -
Method Summary
Methods inherited from class Expression
asParent, bind, evaluate, getMemoryLayout, getType, getValueType, isStatic, ref, unref, watchMethods inherited from class TypeInstance
callParent, callParent, cast, getPrivate, readGClass, writeGClassMethods inherited from class ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
Expression$Impl
Create a Expression instance for the provided memory address.- Parameters:
address- the memory address of the native object
-