public class PcrOpWalkerCtx extends java.lang.Object implements NodeProcessorCtx
| Modifier and Type | Class and Description |
|---|---|
static class |
PcrOpWalkerCtx.OpToDeleteInfo |
| Constructor and Description |
|---|
PcrOpWalkerCtx(ParseContext parseContext,
java.util.List<PcrOpWalkerCtx.OpToDeleteInfo> opToRemove)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PcrOpWalkerCtx.OpToDeleteInfo> |
getOpToRemove() |
ParseContext |
getParseContext() |
public PcrOpWalkerCtx(ParseContext parseContext, java.util.List<PcrOpWalkerCtx.OpToDeleteInfo> opToRemove)
public ParseContext getParseContext()
public java.util.List<PcrOpWalkerCtx.OpToDeleteInfo> getOpToRemove()
Copyright © 2012 The Apache Software Foundation