Uses of Class
sddl.syntax.node.TDot

Packages that use TDot
sddl.syntax.analysis   
sddl.syntax.node   
 

Uses of TDot in sddl.syntax.analysis
 

Methods in sddl.syntax.analysis with parameters of type TDot
 void AnalysisAdapter.caseTDot(TDot node)
           
 void Analysis.caseTDot(TDot node)
           
 

Uses of TDot in sddl.syntax.node
 

Methods in sddl.syntax.node that return TDot
 TDot ACallRightExp.getDot()
           
 

Methods in sddl.syntax.node with parameters of type TDot
 void ACallRightExp.setDot(TDot node)
           
 

Constructors in sddl.syntax.node with parameters of type TDot
ACallRightExp(PRightExp _rightExp_, TDot _dot_, TId _id_, PArgList _argList_)