AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Public Attributes | List of all members
pump.Token Class Reference

Public Member Functions

def __init__ (self, start=None, end=None, value=None, token_type=None)
 
def __str__ (self)
 
def Clone (self)
 

Public Attributes

 start
 
 end
 
 value
 
 token_type
 

Detailed Description

Represents a token in a Pump source file.

Constructor & Destructor Documentation

◆ __init__()

def pump.Token.__init__ (   self,
  start = None,
  end = None,
  value = None,
  token_type = None 
)

Member Function Documentation

◆ __str__()

def pump.Token.__str__ (   self)

◆ Clone()

def pump.Token.Clone (   self)
Returns a copy of self.

Member Data Documentation

◆ end

pump.Token.end

◆ start

pump.Token.start

◆ token_type

pump.Token.token_type

◆ value

pump.Token.value

The documentation for this class was generated from the following file:

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0