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, keysMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.webfx.platform.ast.AstObject
getObject, set, set, set, set, set, set, setArray, setObject, setScalarMethods inherited from interface dev.webfx.platform.ast.ReadOnlyAstNode
isArray, isEmpty, isObjectMethods 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:
getWrappedObjectin classReadOnlyAstObjectWrapper
-
clear
public void clear()Description copied from interface:AstNodeRemoves all entries. -
remove
Description copied from interface:AstObjectRemove a given key and associated value from the object. -
set
Description copied from interface:AstObjectSet a given key to the given value.
-