soot.jimple.parser.node
Class AFullIdentNonvoidType

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

public final class AFullIdentNonvoidType
extends PNonvoidType


Constructor Summary
AFullIdentNonvoidType()
           
AFullIdentNonvoidType(TFullIdentifier _fullIdentifier_, List _arrayBrackets_)
           
AFullIdentNonvoidType(TFullIdentifier _fullIdentifier_, XPArrayBrackets _arrayBrackets_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 LinkedList getArrayBrackets()
           
 TFullIdentifier getFullIdentifier()
           
 void setArrayBrackets(List list)
           
 void setFullIdentifier(TFullIdentifier 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

AFullIdentNonvoidType

public AFullIdentNonvoidType()

AFullIdentNonvoidType

public AFullIdentNonvoidType(TFullIdentifier _fullIdentifier_,
                             List _arrayBrackets_)

AFullIdentNonvoidType

public AFullIdentNonvoidType(TFullIdentifier _fullIdentifier_,
                             XPArrayBrackets _arrayBrackets_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getFullIdentifier

public TFullIdentifier getFullIdentifier()

setFullIdentifier

public void setFullIdentifier(TFullIdentifier node)

getArrayBrackets

public LinkedList getArrayBrackets()

setArrayBrackets

public void setArrayBrackets(List list)

toString

public String toString()
Overrides:
toString in class Object