|
rewrite-test-harness 1.0.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ocpsoft.rewrite.context.ContextBase
org.ocpsoft.rewrite.mock.MockEvaluationContext
public class MockEvaluationContext
| Constructor Summary | |
|---|---|
MockEvaluationContext()
|
|
| Method Summary | |
|---|---|
void |
addPostOperation(Operation operation)
|
void |
addPreOperation(Operation operation)
|
java.util.List<Operation> |
getPostOperations()
Get an immutable view of the added post- Operation instances. |
java.util.List<Operation> |
getPreOperations()
Get an immutable view of the added pre- Operation instances. |
| Methods inherited from class org.ocpsoft.rewrite.context.ContextBase |
|---|
containsKey, get, put, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.ocpsoft.rewrite.context.Context |
|---|
containsKey, get, put |
| Constructor Detail |
|---|
public MockEvaluationContext()
| Method Detail |
|---|
public void addPreOperation(Operation operation)
addPreOperation in interface EvaluationContextpublic void addPostOperation(Operation operation)
addPostOperation in interface EvaluationContextpublic java.util.List<Operation> getPreOperations()
Operation instances.
public java.util.List<Operation> getPostOperations()
Operation instances.
|
rewrite-test-harness 1.0.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||