parseStaticIf

Parse static if.

ItemType
parseStaticIf
(
ItemType
)
if (
is(ItemType == Statement) ||
is(ItemType == Declaration)
)

Meta