Class CsmSequence
- java.lang.Object
-
- com.github.javaparser.printer.concretesyntaxmodel.CsmSequence
-
- All Implemented Interfaces:
CsmElement
public class CsmSequence extends Object implements CsmElement
-
-
Constructor Summary
Constructors Constructor Description CsmSequence(List<CsmElement> elements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CsmElement>getElements()voidprettyPrint(Node node, SourcePrinter printer)StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
isCorrespondingElement
-
-
-
-
Constructor Detail
-
CsmSequence
public CsmSequence(List<CsmElement> elements)
-
-
Method Detail
-
getElements
public List<CsmElement> getElements()
-
prettyPrint
public void prettyPrint(Node node, SourcePrinter printer)
- Specified by:
prettyPrintin interfaceCsmElement
-
-