![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | getToken |
def | dupNode |
def | isNil |
def | getType |
def | getText |
def | getLine |
def | getCharPositionInLine |
def | getTokenStartIndex |
def | setTokenStartIndex |
def | getTokenStopIndex |
def | setTokenStopIndex |
def | getChildIndex |
def | setChildIndex |
def | getParent |
def | setParent |
def | toString |
def | toStringTree |
![]() | |
def | __init__ |
def | getChild |
def | getChildren |
def | getFirstChildWithType |
def | getChildCount |
def | addChild |
def | addChildren |
def | setChild |
def | deleteChild |
def | replaceChildren |
def | isNil |
def | freshenParentAndChildIndexes |
def | sanityCheckParentAndChildIndexes |
def | getChildIndex |
def | setChildIndex |
def | getParent |
def | setParent |
def | toStringTree |
def | getLine |
def | getCharPositionInLine |
def | toString |
![]() | |
def | getChild |
def | getChildCount |
def | getParent |
def | setParent |
def | getChildIndex |
def | setChildIndex |
def | freshenParentAndChildIndexes |
def | addChild |
def | setChild |
def | deleteChild |
def | replaceChildren |
def | isNil |
def | getTokenStartIndex |
def | setTokenStartIndex |
def | getTokenStopIndex |
def | setTokenStopIndex |
def | dupNode |
def | getType |
def | getText |
def | getLine |
def | getCharPositionInLine |
def | toStringTree |
def | toString |
Public Attributes | |
startIndex | |
stopIndex | |
parent | |
childIndex | |
token | |
![]() | |
children | |
parent | |
childIndex | |
@brief A tree node that is wrapper for a Token object. After 3.0 release while building tree rewrite stuff, it became clear that computing parent and child index is very difficult and cumbersome. Better to spend the space in every tree node. If you don't want these extra fields, it's easy to cut them out in your own BaseTree subclass.