Method | Description | |
---|---|---|
ExpNameDiscovery ( SymbolTable syms ) : System | ||
VisitAliasedExp ( AliasedExp aliasedExp ) : void | ||
VisitApplication ( Application appl ) : void | ||
VisitArrayRef ( ArrayRef arrayRef ) : void | ||
VisitAssignExp ( AssignExp assignExp ) : void | ||
VisitBinExp ( BinExp bin ) : void | ||
VisitBooleanLiteral ( BooleanLiteral b ) : void | ||
VisitBytes ( System.Bytes b ) : void | ||
VisitCompFor ( CompFor f ) : void | ||
VisitCompIf ( CompIf i ) : void | ||
VisitDictComprehension ( DictComprehension dc ) : void | ||
VisitDictInitializer ( DictInitializer di ) : void | ||
VisitDottedName ( DottedName d ) : void | ||
VisitEllipsis ( Ellipsis e ) : void | ||
VisitExpList ( ExpList list ) : void | ||
VisitFieldAccess ( AttributeAccess acc ) : void | ||
VisitIdentifier ( Identifier id ) : void | ||
VisitImaginaryLiteral ( ImaginaryLiteral im ) : void | ||
VisitIntLiteral ( IntLiteral s ) : void | ||
VisitLambda ( Lambda lambda ) : void | ||
VisitList ( PyList l ) : void | ||
VisitListComprehension ( ListComprehension lc ) : void | ||
VisitLongLiteral ( LongLiteral l ) : void | ||
VisitNoneExp ( ) : void | ||
VisitRealLiteral ( RealLiteral r ) : void | ||
VisitSet ( PySet setDisplay ) : void | ||
VisitSetComprehension ( SetComprehension setComprehension ) : void | ||
VisitSlice ( Slice slice ) : void | ||
VisitStarExp ( StarExp e ) : void | ||
VisitStr ( Str s ) : void | ||
VisitTest ( TestExp tuple ) : void | ||
VisitTuple ( PyTuple tuple ) : void | ||
VisitUnary ( UnaryExp u ) : void | ||
VisitYieldExp ( YieldExp yieldExp ) : void | ||
VisitYieldFromExp ( YieldFromExp yieldExp ) : void |
public ExpNameDiscovery ( SymbolTable syms ) : System | ||
syms | SymbolTable | |
return | System |
public VisitAliasedExp ( AliasedExp aliasedExp ) : void | ||
aliasedExp | AliasedExp | |
return | void |
public VisitApplication ( Application appl ) : void | ||
appl | Application | |
return | void |
public VisitArrayRef ( ArrayRef arrayRef ) : void | ||
arrayRef | ArrayRef | |
return | void |
public VisitAssignExp ( AssignExp assignExp ) : void | ||
assignExp | AssignExp | |
return | void |
public VisitBooleanLiteral ( BooleanLiteral b ) : void | ||
b | BooleanLiteral | |
return | void |
public VisitDictComprehension ( DictComprehension dc ) : void | ||
dc | DictComprehension | |
return | void |
public VisitDictInitializer ( DictInitializer di ) : void | ||
di | DictInitializer | |
return | void |
public VisitDottedName ( DottedName d ) : void | ||
d | DottedName | |
return | void |
public VisitFieldAccess ( AttributeAccess acc ) : void | ||
acc | AttributeAccess | |
return | void |
public VisitIdentifier ( Identifier id ) : void | ||
id | Identifier | |
return | void |
public VisitImaginaryLiteral ( ImaginaryLiteral im ) : void | ||
im | ImaginaryLiteral | |
return | void |
public VisitIntLiteral ( IntLiteral s ) : void | ||
s | IntLiteral | |
return | void |
public VisitListComprehension ( ListComprehension lc ) : void | ||
lc | ListComprehension | |
return | void |
public VisitLongLiteral ( LongLiteral l ) : void | ||
l | LongLiteral | |
return | void |
public VisitRealLiteral ( RealLiteral r ) : void | ||
r | RealLiteral | |
return | void |
public VisitSetComprehension ( SetComprehension setComprehension ) : void | ||
setComprehension | SetComprehension | |
return | void |
public VisitYieldExp ( YieldExp yieldExp ) : void | ||
yieldExp | YieldExp | |
return | void |
public VisitYieldFromExp ( YieldFromExp yieldExp ) : void | ||
yieldExp | YieldFromExp | |
return | void |