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> T
Return the element as a value or wrapped object/array.protected ReadOnlyAstObject
keys()
All keys of the object.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.ReadOnlyAstNode
asArray, asObject, isArray, isEmpty, isObject
Methods 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:ReadOnlyAstObject
All keys of the object.- Specified by:
keys
in interfaceReadOnlyAstObject
-
get
Description copied from interface:ReadOnlyAstObject
Return the element as a value or wrapped object/array.- Specified by:
get
in interfaceReadOnlyAstObject
-