Uses of Interface
net.sf.msplice.model.ISpliceElement

Packages that use ISpliceElement
net.sf.msplice.model   
net.sf.msplice.model.condition   
net.sf.msplice.model.value   
net.sf.msplice.stack   
 

Uses of ISpliceElement in net.sf.msplice.model
 

Classes in net.sf.msplice.model that implement ISpliceElement
 class DefaultConditionHolder
           
 class DefaultValueHolder
           
 class ViewProperty
           
 

Uses of ISpliceElement in net.sf.msplice.model.condition
 

Classes in net.sf.msplice.model.condition that implement ISpliceElement
 class AbstractCondition
           
 class NoCondition
           
 class NullValueCondition
           
 

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

Classes in net.sf.msplice.model.value that implement ISpliceElement
 class AbstractValue
           
 class NewInstanceValue
           
 class NoValue
           
 class NullValue
           
 class StaticFieldValue
           
 

Uses of ISpliceElement in net.sf.msplice.stack
 

Methods in net.sf.msplice.stack that return ISpliceElement
 ISpliceElement SpliceElementStack.get()
           
 ISpliceElement SpliceElementStack.peek()
           
 ISpliceElement SpliceElementStack.pop()
           
 ISpliceElement SpliceElementStack.remove()
           
 

Methods in net.sf.msplice.stack with parameters of type ISpliceElement
 java.lang.Object SpliceElementStack.push(ISpliceElement spliceElement)
           
 



Copyright © 2005 SourceForge.net. All Rights Reserved.