Method | Description | |
---|---|---|
CreateIncompleteStruct ( String name, System.Boolean is_const, System.Boolean is_volatile ) : |
||
CreateIncompleteType ( AST structOrUnion, String name ) : |
||
CreateIncompleteUnion ( String name, System.Boolean is_const, System.Boolean is_volatile ) : |
||
CreateStruct ( String name, ExprType>.IReadOnlyList |
||
CreateUnion ( String name, ExprType>.IReadOnlyList |
||
Decl ( String name, |
||
Define ( AST structOrUnion, ImmutableList |
||
DefineStruct ( ExprType>.IReadOnlyList |
||
DefineUnion ( ExprType>.IReadOnlyList |
||
Dump ( System.Boolean dump_attribs ) : String | ||
EqualType ( |
||
GetQualifiedType ( System.Boolean isConst, System.Boolean isVolatile ) : |
Method | Description | |
---|---|---|
StructOrUnionType ( StructOrUnionLayout layout, System.Boolean isConst, System.Boolean isVolatile ) : System |
public static CreateIncompleteStruct ( String name, System.Boolean is_const, System.Boolean is_volatile ) : |
||
name | String | |
is_const | System.Boolean | |
is_volatile | System.Boolean | |
return |
public static CreateIncompleteType ( AST structOrUnion, String name ) : |
||
structOrUnion | AST | |
name | String | |
return |
public static CreateIncompleteUnion ( String name, System.Boolean is_const, System.Boolean is_volatile ) : |
||
name | String | |
is_const | System.Boolean | |
is_volatile | System.Boolean | |
return |
public static CreateStruct ( String name, ExprType>.IReadOnlyList |
||
name | String | |
attribs | ExprType>.IReadOnlyList | |
is_const | System.Boolean | |
is_volatile | System.Boolean | |
return |
public static CreateUnion ( String name, ExprType>.IReadOnlyList |
||
name | String | |
attribs | ExprType>.IReadOnlyList | |
is_const | System.Boolean | |
is_volatile | System.Boolean | |
return |
public Decl ( String name, |
||
name | String | |
precedence | ||
return | String |
public Define ( AST structOrUnion, ImmutableList |
||
structOrUnion | AST | |
members | ImmutableList |
|
return | void |
public DefineStruct ( ExprType>.IReadOnlyList |
||
attribs | ExprType>.IReadOnlyList | |
return | void |
public DefineUnion ( ExprType>.IReadOnlyList |
||
attribs | ExprType>.IReadOnlyList | |
return | void |
public Dump ( System.Boolean dump_attribs ) : String | ||
dump_attribs | System.Boolean | |
return | String |
public EqualType ( |
||
other | ||
return | System.Boolean |
public GetQualifiedType ( System.Boolean isConst, System.Boolean isVolatile ) : |
||
isConst | System.Boolean | |
isVolatile | System.Boolean | |
return |