public interface AstNode
| Modifier and Type | Method and Description |
|---|---|
<T> Object |
accept(AstNodeVisitor<T> astNodeVisitor,
T context) |
AstNodeLocation |
getAstNodeLocation() |
org.mule.runtime.api.component.ComponentIdentifier |
getIdentifier() |
String |
getName() |
org.mule.runtime.api.component.ComponentIdentifier getIdentifier()
String getName()
AstNodeLocation getAstNodeLocation()
<T> Object accept(AstNodeVisitor<T> astNodeVisitor, T context)
Copyright © 2017 MuleSoft, Inc.. All rights reserved.