public abstract class AstNode extends Object implements Serializable
| Constructor and Description |
|---|
AstNode() |
| Modifier and Type | Method and Description |
|---|---|
abstract <ResultType,ExceptionType extends EcmException> |
accept(ExpressionVisitor<ResultType,ExceptionType> visitor)
This method accepts the given visitor and returns the result of its visit.
|
public abstract <ResultType,ExceptionType extends EcmException> ResultType accept(ExpressionVisitor<ResultType,ExceptionType> visitor) throws ExceptionType extends EcmException
visitor - the visitor that implements the callbacksExceptionType - indicates any exception during the visiting processExceptionType extends EcmExceptionCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.