public abstract class BasicStatement extends Mappable implements CommentHolder
Constructor and Description |
---|
BasicStatement(List<Comment> comments,
String keyword,
String name,
Integer line) |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
getComments() |
protected Integer |
getFirstNonCommentLine() |
String |
getKeyword() |
Integer |
getLine() |
Range |
getLineRange() |
String |
getName() |
abstract void |
replay(Formatter formatter) |
public Range getLineRange()
protected Integer getFirstNonCommentLine()
public List<Comment> getComments()
getComments
in interface CommentHolder
public String getKeyword()
public String getName()
public Integer getLine()
public abstract void replay(Formatter formatter)
Copyright © 2019. All rights reserved.