public abstract class AbstractDSCComment extends AbstractEvent implements DSCComment
COMMENT, DSC_COMMENT, EOF, HEADER_COMMENT, LINE
构造器和说明 |
---|
AbstractDSCComment() |
限定符和类型 | 方法和说明 |
---|---|
DSCComment |
asDSCComment()
Casts this instance to a DSCComment if possible.
|
int |
getEventType()
Returns the event type.
|
boolean |
isAtend()
Indicates whether the DSC comment's value is "Atend".
|
boolean |
isDSCComment()
Indicates whether the instance is a DSC comment.
|
protected List |
splitParams(String value)
Splits the params of the DSC comment value in to a List.
|
asLine, isComment, isHeaderComment, isLine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generate, getName, hasValues, parseValue
asLine, isComment, isHeaderComment, isLine
protected List splitParams(String value)
value
- the DSC comment valuepublic boolean isAtend()
DSCComment
isAtend
在接口中 DSCComment
DSCComment.isAtend()
public DSCComment asDSCComment()
DSCEvent
asDSCComment
在接口中 DSCEvent
asDSCComment
在类中 AbstractEvent
AbstractEvent.asDSCComment()
public boolean isDSCComment()
DSCEvent
isDSCComment
在接口中 DSCEvent
isDSCComment
在类中 AbstractEvent
AbstractEvent.isDSCComment()
public int getEventType()
DSCEvent
getEventType
在接口中 DSCEvent
DSCParserConstants
)DSCEvent.getEventType()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.