Class CsmList
java.lang.Object
com.github.javaparser.printer.concretesyntaxmodel.CsmList
- All Implemented Interfaces:
CsmElement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CsmElementprivate final CsmElementprivate final ObservablePropertyprivate final CsmElementprivate 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface 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:
prettyPrintin interfaceCsmElement
-
toString
-