|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvyamlb.tokens.Token
org.jvyamlb.tokens.DocumentStartToken
org.jvyamlb.tokens.PositionedDocumentStartToken
public class PositionedDocumentStartToken
Field Summary | |
---|---|
private Position.Range |
range
|
Fields inherited from class org.jvyamlb.tokens.Token |
---|
BLOCK_END, BLOCK_ENTRY, BLOCK_MAPPING_START, BLOCK_SEQUENCE_START, DOCUMENT_END, DOCUMENT_START, FLOW_ENTRY, FLOW_MAPPING_END, FLOW_MAPPING_START, FLOW_SEQUENCE_END, FLOW_SEQUENCE_START, KEY, STREAM_END, STREAM_START, VALUE |
Constructor Summary | |
---|---|
PositionedDocumentStartToken(Position.Range r)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
Position |
getPosition()
|
Position.Range |
getRange()
|
java.lang.String |
toString()
|
Methods inherited from class org.jvyamlb.tokens.Token |
---|
setValue |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private Position.Range range
Constructor Detail |
---|
public PositionedDocumentStartToken(Position.Range r)
Method Detail |
---|
public Position getPosition()
getPosition
in interface Positionable
public Position.Range getRange()
getRange
in interface Positionable
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class Token
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |