Uses of Class
org.eclipse.epsilon.eol.models.transactions.ModelTransactionTree

Packages that use ModelTransactionTree
org.eclipse.epsilon.eol.models.transactions   
 

Uses of ModelTransactionTree in org.eclipse.epsilon.eol.models.transactions
 

Methods in org.eclipse.epsilon.eol.models.transactions that return ModelTransactionTree
 ModelTransactionTree ModelTransactionTree.getParent()
           
 

Methods in org.eclipse.epsilon.eol.models.transactions that return types with arguments of type ModelTransactionTree
 java.util.List<ModelTransactionTree> ModelTransactionTree.getNested()
           
 

Constructors in org.eclipse.epsilon.eol.models.transactions with parameters of type ModelTransactionTree
ModelTransactionTree(IModelTransaction transaction, ModelTransactionTree parent)