Module xswag_syntax_java::ast [] [src]

Reexports

pub use self::item::{ItemExt, TypeDef, Interface, Class, ClassMember, Field, Method, TypeItem, FormalParameter};
pub use self::block::{Block, BlockStatement, Statement, StatementType, Expr, ExprType, BinOpType, UnaryOpType, MethodInvocationType, ForInit, VariableDeclarator};

Modules

block
item

Structs

CompilationUnit

A Java compilation unit. This is the goal symbol for the syntactic grammar.

Ident
Name
Path
Spanned
Type

Enums

Import

A import declaration

Modifier
Visibility

Type Definitions

Dims