Package dev.webfx.platform.ast
Class AstObjectWrapper
java.lang.Object
dev.webfx.platform.ast.ReadOnlyAstObjectWrapper
dev.webfx.platform.ast.AstObjectWrapper
- All Implemented Interfaces:
AstNode
,AstObject
,ReadOnlyAstNode
,ReadOnlyAstObject
- Author:
- Bruno Salmon
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.webfx.platform.ast.ReadOnlyAstObjectWrapper
get, keys
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.webfx.platform.ast.AstObject
getObject, set, set, set, set, set, set, setArray, setObject, setScalar
Methods inherited from interface dev.webfx.platform.ast.ReadOnlyAstNode
isArray, isEmpty, isObject
Methods inherited from interface dev.webfx.platform.ast.ReadOnlyAstObject
get, getArray, getBoolean, getBoolean, getDouble, getDouble, getInstant, getInstant, getInteger, getInteger, getLong, getLong, getScalar, getScalar, getString, getString, has, isArray, isObject, isScalar, isTrue, keys, size
-
Constructor Details
-
AstObjectWrapper
-
-
Method Details
-
getWrappedObject
- Overrides:
getWrappedObject
in classReadOnlyAstObjectWrapper
-
clear
public void clear()Description copied from interface:AstNode
Removes all entries. -
remove
Description copied from interface:AstObject
Remove a given key and associated value from the object. -
set
Description copied from interface:AstObject
Set a given key to the given value.
-