Package org.jd.core.v1.model.token
Class NewLineToken
- java.lang.Object
-
- org.jd.core.v1.model.token.NewLineToken
-
-
Field Summary
Fields Modifier and Type Field Description protected int
count
static NewLineToken
NEWLINE_1
static NewLineToken
NEWLINE_2
-
Constructor Summary
Constructors Constructor Description NewLineToken(int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(TokenVisitor visitor)
int
getCount()
java.lang.String
toString()
-
-
-
Field Detail
-
NEWLINE_1
public static final NewLineToken NEWLINE_1
-
NEWLINE_2
public static final NewLineToken NEWLINE_2
-
count
protected int count
-
-
Method Detail
-
getCount
public int getCount()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
accept
public void accept(TokenVisitor visitor)
-
-