Uses of Interface
dev.civl.abc.ast.node.IF.compound.CompoundLiteralObject
Packages that use CompoundLiteralObject
Package
Description
The ast.node.compound submodule
defines nodes and related classes for representing
compound initializers.
-
Uses of CompoundLiteralObject in dev.civl.abc.ast.node.IF.compound
Methods in dev.civl.abc.ast.node.IF.compound that return CompoundLiteralObjectModifier and TypeMethodDescriptionCompoundInitializerNode.getLiteralObject()Returns the compound literal object obtained by analyzing the tree rooted at this compound initializer node.Methods in dev.civl.abc.ast.node.IF.compound with parameters of type CompoundLiteralObjectModifier and TypeMethodDescriptionvoidCompoundInitializerNode.setLiteralObject(CompoundLiteralObject object) Sets the value of this compound initializer to the given object.