Package dev.webfx.platform.ast
Class ReadOnlyAstObjectWrapper
java.lang.Object
dev.webfx.platform.ast.ReadOnlyAstObjectWrapper
- All Implemented Interfaces:
ReadOnlyAstNode,ReadOnlyAstObject
- Direct Known Subclasses:
AstObjectWrapper,ConfigImpl,ImmutableAstObject
- Author:
- Bruno Salmon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TReturn the element as a value or wrapped object/array.protected ReadOnlyAstObjectkeys()All keys of the object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.webfx.platform.ast.ReadOnlyAstNode
asArray, asObject, isArray, isEmpty, isObjectMethods inherited from interface dev.webfx.platform.ast.ReadOnlyAstObject
getArray, getBoolean, getBoolean, getDouble, getDouble, getInstant, getInstant, getInteger, getInteger, getLong, getLong, getObject, getScalar, getScalar, getString, getString, has, isArray, isObject, isScalar, isTrue, size
-
Constructor Details
-
ReadOnlyAstObjectWrapper
-
-
Method Details
-
getWrappedObject
-
keys
Description copied from interface:ReadOnlyAstObjectAll keys of the object.- Specified by:
keysin interfaceReadOnlyAstObject
-
get
Description copied from interface:ReadOnlyAstObjectReturn the element as a value or wrapped object/array.- Specified by:
getin interfaceReadOnlyAstObject
-