Uses of Class
net.sf.msplice.model.value.AbstractValue

Packages that use AbstractValue
net.sf.msplice.model   
net.sf.msplice.model.value   
net.sf.msplice.stack   
net.sf.msplice.visitor   
net.sf.msplice.visitor.impl   
 

Uses of AbstractValue in net.sf.msplice.model
 

Fields in net.sf.msplice.model declared as AbstractValue
static AbstractValue DefaultValueHolder.FALLBACK_VALUE
           
 

Methods in net.sf.msplice.model that return AbstractValue
 AbstractValue DefaultValueHolder.getDefaultValue()
           
 

Methods in net.sf.msplice.model with parameters of type AbstractValue
 void DefaultValueHolder.setDefaultValue(AbstractValue defaultValue)
           
 

Uses of AbstractValue in net.sf.msplice.model.value
 

Subclasses of AbstractValue in net.sf.msplice.model.value
 class NewInstanceValue
           
 class NoValue
           
 class NullValue
           
 class StaticFieldValue
           
 

Uses of AbstractValue in net.sf.msplice.stack
 

Methods in net.sf.msplice.stack that return AbstractValue
 AbstractValue StackHelper.getLastDefaultValue(SpliceElementStack elementStack)
           
 

Uses of AbstractValue in net.sf.msplice.visitor
 

Methods in net.sf.msplice.visitor with parameters of type AbstractValue
 java.lang.Object IVisitor.visit(AbstractValue value)
           
 java.lang.Object AbstractVisitor.visit(AbstractValue defaultValue)
           
 

Uses of AbstractValue in net.sf.msplice.visitor.impl
 

Methods in net.sf.msplice.visitor.impl with parameters of type AbstractValue
 java.lang.Object UpdateViewVisitor.visit(AbstractValue defaultValue)
           
 java.lang.Object UpdateBusinessVisitor.visit(AbstractValue defaultValue)
           
 



Copyright © 2005 SourceForge.net. All Rights Reserved.