Uses of Interface
com.github.javaparser.printer.concretesyntaxmodel.CsmElement
Packages that use CsmElement
Package
Description
-
Uses of CsmElement in com.github.javaparser.printer
Methods in com.github.javaparser.printer that return CsmElement -
Uses of CsmElement in com.github.javaparser.printer.concretesyntaxmodel
Classes in com.github.javaparser.printer.concretesyntaxmodel that implement CsmElementModifier and TypeClassDescriptionclass
class
class
class
class
class
class
A group of elements that could be in any order.class
class
class
class
class
class
class
class
Methods in com.github.javaparser.printer.concretesyntaxmodel that return CsmElementModifier and TypeMethodDescriptionstatic CsmElement
CsmElement.attribute(ObservableProperty property)
static CsmElement
CsmElement.block(CsmElement content)
static CsmElement
CsmElement.charToken(ObservableProperty property)
static CsmElement
CsmElement.child(ObservableProperty property)
static CsmElement
CsmElement.comma()
static CsmElement
CsmElement.comment()
static CsmElement
CsmElement.conditional(ObservableProperty property, CsmConditional.Condition condition, CsmElement thenElement)
static CsmElement
CsmElement.conditional(ObservableProperty property, CsmConditional.Condition condition, CsmElement thenElement, CsmElement elseElement)
static CsmElement
CsmElement.conditional(List<ObservableProperty> properties, CsmConditional.Condition condition, CsmElement thenElement, CsmElement elseElement)
CsmConditional.getElseElement()
CsmList.getFollowing()
CsmList.getPreceeding()
CsmList.getSeparatorPost()
CsmList.getSeparatorPre()
CsmConditional.getThenElement()
static CsmElement
CsmElement.indent()
static CsmElement
CsmElement.list(ObservableProperty property)
static CsmElement
CsmElement.list(ObservableProperty property, CsmElement separator)
static CsmElement
CsmElement.list(ObservableProperty property, CsmElement separator, CsmElement preceeding, CsmElement following)
static CsmElement
CsmElement.list(ObservableProperty property, CsmElement separatorPre, CsmElement separatorPost, CsmElement preceeding, CsmElement following)
static CsmElement
CsmElement.newline()
static CsmElement
CsmElement.newline(LineSeparator lineSeparator)
static CsmElement
CsmElement.none()
static CsmElement
CsmElement.orphanCommentsBeforeThis()
static CsmElement
CsmElement.orphanCommentsEnding()
static CsmElement
CsmElement.semicolon()
static CsmElement
CsmElement.sequence(CsmElement... elements)
static CsmElement
CsmElement.space()
static CsmElement
CsmElement.string(int tokenType)
static CsmElement
static CsmElement
CsmElement.stringToken(ObservableProperty property)
static CsmElement
CsmElement.textBlockToken(ObservableProperty property)
static CsmElement
CsmElement.token(int tokenType)
static CsmElement
CsmElement.token(int tokenType, CsmToken.TokenContentCalculator tokenContentCalculator)
static CsmElement
CsmElement.unindent()
Methods in com.github.javaparser.printer.concretesyntaxmodel that return types with arguments of type CsmElementMethods in com.github.javaparser.printer.concretesyntaxmodel with parameters of type CsmElementModifier and TypeMethodDescriptionstatic CsmElement
CsmElement.block(CsmElement content)
static CsmElement
CsmElement.conditional(ObservableProperty property, CsmConditional.Condition condition, CsmElement thenElement)
static CsmElement
CsmElement.conditional(ObservableProperty property, CsmConditional.Condition condition, CsmElement thenElement, CsmElement elseElement)
static CsmElement
CsmElement.conditional(List<ObservableProperty> properties, CsmConditional.Condition condition, CsmElement thenElement, CsmElement elseElement)
static CsmElement
CsmElement.list(ObservableProperty property, CsmElement separator)
static CsmElement
CsmElement.list(ObservableProperty property, CsmElement separator, CsmElement preceeding, CsmElement following)
static CsmElement
CsmElement.list(ObservableProperty property, CsmElement separatorPre, CsmElement separatorPost, CsmElement preceeding, CsmElement following)
static CsmElement
CsmElement.sequence(CsmElement... elements)
Constructors in com.github.javaparser.printer.concretesyntaxmodel with parameters of type CsmElementModifierConstructorDescriptionCsmConditional(ObservableProperty property, CsmConditional.Condition condition, CsmElement thenElement)
CsmConditional(ObservableProperty property, CsmConditional.Condition condition, CsmElement thenElement, CsmElement elseElement)
CsmConditional(List<ObservableProperty> properties, CsmConditional.Condition condition, CsmElement thenElement, CsmElement elseElement)
CsmList(ObservableProperty property, CsmElement separator)
CsmList(ObservableProperty property, CsmElement separatorPre, CsmElement separatorPost, CsmElement preceeding, CsmElement following)
Constructor parameters in com.github.javaparser.printer.concretesyntaxmodel with type arguments of type CsmElementModifierConstructorDescriptionCsmMix(List<CsmElement> elements)
CsmSequence(List<CsmElement> elements)
-
Uses of CsmElement in com.github.javaparser.printer.lexicalpreservation
Methods in com.github.javaparser.printer.lexicalpreservation that return CsmElementModifier and TypeMethodDescriptionAdded.getElement()
DifferenceElement.getElement()
Return the CsmElement considered in this DifferenceElement.Kept.getElement()
Removed.getElement()
Methods in com.github.javaparser.printer.lexicalpreservation with parameters of type CsmElementModifier and TypeMethodDescriptionstatic DifferenceElement
DifferenceElement.added(CsmElement element)
static DifferenceElement
DifferenceElement.kept(CsmElement element)
static DifferenceElement
DifferenceElement.removed(CsmElement element)