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

Packages that use PFixedArrayDescriptor
soot.jimple.parser.node   
 

Uses of PFixedArrayDescriptor in soot.jimple.parser.node
 

Subclasses of PFixedArrayDescriptor in soot.jimple.parser.node
 class AFixedArrayDescriptor
           
 

Methods in soot.jimple.parser.node that return PFixedArrayDescriptor
 PFixedArrayDescriptor AQuotedArrayRef.getFixedArrayDescriptor()
           
 PFixedArrayDescriptor AIdentArrayRef.getFixedArrayDescriptor()
           
 PFixedArrayDescriptor AArrayNewExpr.getFixedArrayDescriptor()
           
 

Methods in soot.jimple.parser.node with parameters of type PFixedArrayDescriptor
 void AQuotedArrayRef.setFixedArrayDescriptor(PFixedArrayDescriptor node)
           
 void AIdentArrayRef.setFixedArrayDescriptor(PFixedArrayDescriptor node)
           
 void AArrayNewExpr.setFixedArrayDescriptor(PFixedArrayDescriptor node)
           
 

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