Class CsmMix
java.lang.Object
com.github.javaparser.printer.concretesyntaxmodel.CsmMix
- All Implemented Interfaces:
CsmElement
A group of elements that could be in any order.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
prettyPrint
(Node node, SourcePrinter printer) toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
isCorrespondingElement
-
Field Details
-
elements
-
-
Constructor Details
-
CsmMix
-
-
Method Details
-
getElements
-
prettyPrint
- Specified by:
prettyPrint
in interfaceCsmElement
-
equals
-
hashCode
public int hashCode() -
toString
-