Class CsmList
java.lang.Object
com.github.javaparser.printer.concretesyntaxmodel.CsmList
- All Implemented Interfaces:
CsmElement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CsmElement
private final CsmElement
private final ObservableProperty
private final CsmElement
private final CsmElement
-
Constructor Summary
ConstructorsConstructorDescriptionCsmList
(ObservableProperty property) CsmList
(ObservableProperty property, CsmElement separator) CsmList
(ObservableProperty property, CsmElement separatorPre, CsmElement separatorPost, CsmElement preceeding, CsmElement following) -
Method Summary
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
-
Field Details
-
property
-
separatorPost
-
separatorPre
-
preceeding
-
following
-
-
Constructor Details
-
CsmList
-
CsmList
-
CsmList
public CsmList(ObservableProperty property, CsmElement separatorPre, CsmElement separatorPost, CsmElement preceeding, CsmElement following)
-
-
Method Details
-
getProperty
-
getSeparatorPost
-
getSeparatorPre
-
getPreceeding
-
getFollowing
-
prettyPrint
- Specified by:
prettyPrint
in interfaceCsmElement
-
toString
-