public interface LiteralTypeVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(LiteralAllType type) |
void |
visit(LiteralArrayType type) |
void |
visit(LiteralArrayWrapperType type) |
void |
visit(LiteralAttachmentType type) |
void |
visit(LiteralEnumerationType type) |
void |
visit(LiteralFragmentType type) |
void |
visit(LiteralIDType type) |
void |
visit(LiteralListType type) |
void |
visit(LiteralSequenceType type) |
void |
visit(LiteralSimpleType type) |
void visit(LiteralSimpleType type) throws Exception
Exceptionvoid visit(LiteralSequenceType type) throws Exception
Exceptionvoid visit(LiteralArrayType type) throws Exception
Exceptionvoid visit(LiteralAllType type) throws Exception
Exceptionvoid visit(LiteralFragmentType type) throws Exception
Exceptionvoid visit(LiteralEnumerationType type) throws Exception
Exceptionvoid visit(LiteralListType type) throws Exception
Exceptionvoid visit(LiteralIDType type) throws Exception
Exceptionvoid visit(LiteralArrayWrapperType type) throws Exception
Exceptionvoid visit(LiteralAttachmentType type) throws Exception
ExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.