public class DefaultComponentMetadataAst extends Object implements ComponentMetadataAst
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultComponentMetadataAst.Builder |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getDocAttributes() |
OptionalInt |
getEndColumn() |
OptionalInt |
getEndLine() |
Optional<String> |
getFileName() |
Map<String,Object> |
getParserAttributes() |
Optional<String> |
getSourceCode() |
OptionalInt |
getStartColumn() |
OptionalInt |
getStartLine() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderpublic Optional<String> getFileName()
getFileName in interface ComponentMetadataAstpublic OptionalInt getStartLine()
getStartLine in interface ComponentMetadataAstpublic OptionalInt getStartColumn()
getStartColumn in interface ComponentMetadataAstpublic OptionalInt getEndLine()
getEndLine in interface ComponentMetadataAstpublic OptionalInt getEndColumn()
getEndColumn in interface ComponentMetadataAstpublic Optional<String> getSourceCode()
getSourceCode in interface ComponentMetadataAstpublic Map<String,String> getDocAttributes()
getDocAttributes in interface ComponentMetadataAstjava.util.Map with the doc metadata from the source config.public Map<String,Object> getParserAttributes()
getParserAttributes in interface ComponentMetadataAstjava.util.Map with metadata from the parser.Copyright © 2021 MuleSoft, Inc.. All rights reserved.