Uses of Class
soot.jimple.parser.node.TNewarray

Packages that use TNewarray
soot.jimple.parser.analysis   
soot.jimple.parser.node   
 

Uses of TNewarray in soot.jimple.parser.analysis
 

Methods in soot.jimple.parser.analysis with parameters of type TNewarray
 void Analysis.caseTNewarray(TNewarray node)
           
 void AnalysisAdapter.caseTNewarray(TNewarray node)
           
 

Uses of TNewarray in soot.jimple.parser.node
 

Methods in soot.jimple.parser.node that return TNewarray
 TNewarray AArrayNewExpr.getNewarray()
           
 

Methods in soot.jimple.parser.node with parameters of type TNewarray
 void AArrayNewExpr.setNewarray(TNewarray node)
           
 

Constructors in soot.jimple.parser.node with parameters of type TNewarray
AArrayNewExpr(TNewarray _newarray_, TLParen _lParen_, PNonvoidType _nonvoidType_, TRParen _rParen_, PFixedArrayDescriptor _fixedArrayDescriptor_)