Uses of Class
org.objectweb.jac.util.Stack

Packages that use Stack
org.objectweb.jac.aspects.gui   
org.objectweb.jac.aspects.user   
org.objectweb.jac.core.translators   
 

Uses of Stack in org.objectweb.jac.aspects.gui
 

Methods in org.objectweb.jac.aspects.gui that return Stack
static Stack GuiAC.getGraphicContext()
           
 

Methods in org.objectweb.jac.aspects.gui with parameters of type Stack
static String GuiAC.toString(Object o, Stack context)
          Gets the string representation of an object.
static String GuiAC.getToolTip(Object o, Stack context)
          Gets the tooltip text of an object.
static Object GuiAC.getContextAttribute(MetaItem item, String attribute, Stack context, Object defaultValue)
           
static String GuiAC.getLabel(MetaItem item, Stack context)
          Returns the label of an item, or an automatically computed string if none was set.
 

Uses of Stack in org.objectweb.jac.aspects.user
 

Methods in org.objectweb.jac.aspects.user that return Stack
 Stack Profile.getProfileStack()
           
 

Uses of Stack in org.objectweb.jac.core.translators
 

Subclasses of Stack in org.objectweb.jac.core.translators
 class VMStack
          Represents the VM stack