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