Package org.jd.core.v1.model.token
Class StartMarkerToken
- java.lang.Object
-
- org.jd.core.v1.model.token.StartMarkerToken
-
-
Field Summary
Fields Modifier and Type Field Description static StartMarkerToken
COMMENT
static StartMarkerToken
ERROR
static StartMarkerToken
IMPORT_STATEMENTS
static StartMarkerToken
JAVADOC
protected int
type
-
Constructor Summary
Constructors Modifier Constructor Description protected
StartMarkerToken(int type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(TokenVisitor visitor)
int
getType()
java.lang.String
toString()
-
-
-
Field Detail
-
COMMENT
public static final StartMarkerToken COMMENT
-
JAVADOC
public static final StartMarkerToken JAVADOC
-
ERROR
public static final StartMarkerToken ERROR
-
IMPORT_STATEMENTS
public static final StartMarkerToken IMPORT_STATEMENTS
-
type
protected int type
-
-
Method Detail
-
getType
public int getType()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
accept
public void accept(TokenVisitor visitor)
-
-