soot.jimple.parser.node
Class AArrayNewExpr

java.lang.Object
  extended by soot.jimple.parser.node.Node
      extended by soot.jimple.parser.node.PNewExpr
          extended by soot.jimple.parser.node.AArrayNewExpr
All Implemented Interfaces:
Cloneable, Switchable

public final class AArrayNewExpr
extends PNewExpr


Constructor Summary
AArrayNewExpr()
           
AArrayNewExpr(TNewarray _newarray_, TLParen _lParen_, PNonvoidType _nonvoidType_, TRParen _rParen_, PFixedArrayDescriptor _fixedArrayDescriptor_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PFixedArrayDescriptor getFixedArrayDescriptor()
           
 TLParen getLParen()
           
 TNewarray getNewarray()
           
 PNonvoidType getNonvoidType()
           
 TRParen getRParen()
           
 void setFixedArrayDescriptor(PFixedArrayDescriptor node)
           
 void setLParen(TLParen node)
           
 void setNewarray(TNewarray node)
           
 void setNonvoidType(PNonvoidType node)
           
 void setRParen(TRParen node)
           
 String toString()
           
 
Methods inherited from class soot.jimple.parser.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AArrayNewExpr

public AArrayNewExpr()

AArrayNewExpr

public AArrayNewExpr(TNewarray _newarray_,
                     TLParen _lParen_,
                     PNonvoidType _nonvoidType_,
                     TRParen _rParen_,
                     PFixedArrayDescriptor _fixedArrayDescriptor_)
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getNewarray

public TNewarray getNewarray()

setNewarray

public void setNewarray(TNewarray node)

getLParen

public TLParen getLParen()

setLParen

public void setLParen(TLParen node)

getNonvoidType

public PNonvoidType getNonvoidType()

setNonvoidType

public void setNonvoidType(PNonvoidType node)

getRParen

public TRParen getRParen()

setRParen

public void setRParen(TRParen node)

getFixedArrayDescriptor

public PFixedArrayDescriptor getFixedArrayDescriptor()

setFixedArrayDescriptor

public void setFixedArrayDescriptor(PFixedArrayDescriptor node)

toString

public String toString()
Overrides:
toString in class Object