public abstract class Transform extends Object
| Constructor and Description |
|---|
Transform() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginPerfLogging() |
void |
endPerfLogging() |
void |
endPerfLogging(String additionalInfo) |
abstract ParseContext |
transform(ParseContext pctx)
All transformation steps implement this interface.
|
public abstract ParseContext transform(ParseContext pctx) throws SemanticException
pctx - input parse contextSemanticExceptionpublic void beginPerfLogging()
public void endPerfLogging()
public void endPerfLogging(String additionalInfo)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.