HomeSort by relevance Sort by last modified time
    Searched refs:expr_stmt (Results 1 - 17 of 17) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_metaclass.py 29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta')
30 2) clsdef => simple_stmt => expr_stmt => Leaf('__meta')
37 if expr_node.type == syms.expr_stmt and expr_node.children:
83 new_expr = Node(syms.expr_stmt, [])
108 # look for simple_stmt[ expr_stmt[ Leaf('__metaclass__') ] ]
112 if expr_node.type == syms.expr_stmt and expr_node.children:
204 expr_stmt = last_metaclass.children[0]
205 assert expr_stmt.type == syms.expr_stmt
206 expr_stmt.children[1].prefix = u'
    [all...]
fix_next.py 94 if node.type == syms.expr_stmt:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_metaclass.py 29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta')
30 2) clsdef => simple_stmt => expr_stmt => Leaf('__meta')
37 if expr_node.type == syms.expr_stmt and expr_node.children:
83 new_expr = Node(syms.expr_stmt, [])
108 # look for simple_stmt[ expr_stmt[ Leaf('__metaclass__') ] ]
112 if expr_node.type == syms.expr_stmt and expr_node.children:
204 expr_stmt = last_metaclass.children[0]
205 assert expr_stmt.type == syms.expr_stmt
206 expr_stmt.children[1].prefix = u'
    [all...]
fix_next.py 94 if node.type == syms.expr_stmt:
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 17 #define expr_stmt 270 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 27 expr_stmt = 270 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 17 #define expr_stmt 270 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 27 expr_stmt = 270 variable
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 132 small_stmt: expr_stmt
143 expr_stmt
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 238 if parent.type == syms.expr_stmt and parent.children[0] is node:
371 elif child.type == syms.expr_stmt:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 238 if parent.type == syms.expr_stmt and parent.children[0] is node:
371 elif child.type == syms.expr_stmt:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 362 def expr_stmt(self, nodelist): member in class:Transformer
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 362 def expr_stmt(self, nodelist): member in class:Transformer
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 1213 milliseconds