Added AcessorType enum and FunctionType enum
parent
f1b7a39751
commit
85ab9bde02
|
@ -13,6 +13,16 @@ import misc.exceptions : TError;
|
||||||
|
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
public enum AccessorType
|
||||||
|
{
|
||||||
|
PUBLIC, PRIVATE, PROTECTED
|
||||||
|
}
|
||||||
|
|
||||||
|
public enum FunctionType
|
||||||
|
{
|
||||||
|
STATIC, VIRTUAL
|
||||||
|
}
|
||||||
|
|
||||||
public final class Parser
|
public final class Parser
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue