Skip to main content

JElement

Type Alias JElement 

Source
pub type JElement<'a> = Arc<GreenNode<'a, JElementType>>;
Expand description

J 语法树元素的类型别名

Aliased Type§

pub struct JElement<'a> { /* private fields */ }