| Package | Description |
|---|---|
| net.morimekta.providence.reflect | |
| net.morimekta.providence.reflect.model | |
| net.morimekta.providence.reflect.parser |
| Class and Description |
|---|
ProgramDeclaration
declaration ::= {documentation} ({typedef} | {enum} | {message} | {service} | {const})
program ::= {namespace|include}* {declaration}*
|
| Class and Description |
|---|
| AnnotationDeclaration
A single annotation declaration, as part of the annotation list.
|
| Declaration |
| EnumValueDeclaration
enum_value ::= {name} ('=' {id})?
|
| FieldDeclaration
Represents the declaration of a single field param or thrown exception.
|
| IncludeDeclaration
include ::= 'include' {file_path} ('as' {programName})?
|
| MethodDeclaration
{@code
function ::= 'oneway'?
|
| NamespaceDeclaration |
| Class and Description |
|---|
ProgramDeclaration
declaration ::= {documentation} ({typedef} | {enum} | {message} | {service} | {const})
program ::= {namespace|include}* {declaration}*
|
Copyright © 2015–2020 morimekta.net. All rights reserved.