Uses of Interface
dev.civl.abc.ast.node.IF.compound.LiteralObject
Packages that use LiteralObject
Package
Description
The ast.node.compound submodule
defines nodes and related classes for representing
compound initializers.
-
Uses of LiteralObject in dev.civl.abc.ast.node.IF.compound
Subinterfaces of LiteralObject in dev.civl.abc.ast.node.IF.compoundModifier and TypeInterfaceDescriptioninterfaceA compound literal is an abstract representation of a literal array, struct, or union value in a C program.interfaceA scalar literal object is defined by an ordinary expression that occurs within a compound initializer.Methods in dev.civl.abc.ast.node.IF.compound that return LiteralObjectModifier and TypeMethodDescriptionCompoundLiteralObject.get(int index) Return the index-th element of this compound literal.