-
public final class LineLength.LongLineFixableCases.Property extends LineLength.LongLineFixableCases
-
-
Field Summary
Fields Modifier and Type Field Description private final ASTNode
node
private final Integer
indexLastSpace
private final String
text
-
Constructor Summary
Constructors Constructor Description LineLength.LongLineFixableCases.Property(ASTNode node, Integer indexLastSpace, String text)
-
Method Summary
Modifier and Type Method Description final ASTNode
getNode()
final Integer
getIndexLastSpace()
final String
getText()
-