Class FlowEntryToken


  • public final class FlowEntryToken
    extends Token
    FlowEntryToken
    • Constructor Detail

      • FlowEntryToken

        public FlowEntryToken​(Mark startMark,
                              Mark endMark)
        Create
        Parameters:
        startMark - - start
        endMark - - end
    • Method Detail

      • getTokenId

        public Token.ID getTokenId()
        getter
        Specified by:
        getTokenId in class Token
        Returns:
        its identity
        See Also:
        "class variable 'id' in PyYAML"