Package dev.webfx.platform.ast
Interface AstNode
- All Superinterfaces:
- ReadOnlyAstNode
- All Known Subinterfaces:
- AstArray,- AstObject,- NativeAstArray,- NativeAstObject
- All Known Implementing Classes:
- AstObjectWrapper,- ListAstArray,- ListBasedAstArray,- MapAstObject,- MapBasedAstObject
- Author:
- Bruno Salmon
- 
Method SummaryMethods inherited from interface dev.webfx.platform.ast.ReadOnlyAstNodeisArray, isEmpty, isObject, size
- 
Method Details- 
clearvoid clear()Removes all entries.
- 
asObjectRemoves the first instance of the given value from the list.- Specified by:
- asObjectin interface- ReadOnlyAstNode
- Returns:
- Whether the item was removed.
 
- 
asArray- Specified by:
- asArrayin interface- ReadOnlyAstNode
 
 
-