@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | use Railt\Io\Readable; |
13 | 13 | use Railt\Parser\Ast\RuleInterface; |
14 | -use Railt\Parser\Exception\UnexpectedTokenException; |
|
15 | 14 | use Railt\Parser\Exception\UnrecognizedTokenException; |
16 | 15 | use Railt\Reflection\Contracts\Definition; |
17 | 16 | use Railt\Reflection\Contracts\Dictionary; |
@@ -10,12 +10,7 @@ |
||
10 | 10 | namespace Railt\SDL\Compiler\Ast\Invocation; |
11 | 11 | |
12 | 12 | use Railt\Parser\Ast\Rule; |
13 | -use Railt\Reflection\Contracts\Invocation\TypeInvocation; |
|
14 | -use Railt\Reflection\Invocation\Dependent\ArgumentInvocation; |
|
15 | -use Railt\Reflection\Invocation\DirectiveInvocation; |
|
16 | 13 | use Railt\SDL\Compiler\Ast\Value\BaseValueNode; |
17 | -use Railt\SDL\Compiler\Ast\Value\ValueNode; |
|
18 | -use Railt\SDL\Compiler\Builder\Value\BaseValue; |
|
19 | 14 | |
20 | 15 | /** |
21 | 16 | * Class DirectiveArgumentNode |
@@ -9,10 +9,6 @@ |
||
9 | 9 | |
10 | 10 | namespace Railt\SDL\Compiler\Ast\Value; |
11 | 11 | |
12 | -use Railt\Reflection\Contracts\Document; |
|
13 | -use Railt\SDL\Compiler\Builder\Value\StringValue; |
|
14 | -use Railt\SDL\Compiler\Builder\Value\ValueInterface; |
|
15 | - |
|
16 | 12 | /** |
17 | 13 | * Class StringValueNode |
18 | 14 | */ |
@@ -9,9 +9,6 @@ |
||
9 | 9 | |
10 | 10 | namespace Railt\SDL\Compiler\Ast\Value; |
11 | 11 | |
12 | -use Railt\Reflection\Contracts\Document; |
|
13 | -use Railt\SDL\Compiler\Builder\Value\ValueInterface; |
|
14 | - |
|
15 | 12 | /** |
16 | 13 | * Class ValueNode |
17 | 14 | */ |
@@ -12,7 +12,6 @@ |
||
12 | 12 | use Railt\Parser\Ast\RuleInterface; |
13 | 13 | use Railt\Reflection\Contracts\Definition; |
14 | 14 | use Railt\Reflection\Definition\EnumDefinition; |
15 | -use Railt\SDL\Compiler\Ast\Definition\DirectiveDefinitionNode; |
|
16 | 15 | use Railt\SDL\Compiler\Ast\Definition\EnumDefinitionNode; |
17 | 16 | use Railt\SDL\Compiler\Builder\Builder; |
18 | 17 |
@@ -11,14 +11,10 @@ |
||
11 | 11 | |
12 | 12 | use Railt\Parser\Ast\RuleInterface; |
13 | 13 | use Railt\Reflection\Contracts\Definition; |
14 | -use Railt\Reflection\Contracts\Type as TypeInterface; |
|
15 | 14 | use Railt\Reflection\Definition\Dependent\EnumValueDefinition; |
16 | 15 | use Railt\Reflection\Definition\EnumDefinition; |
17 | -use Railt\Reflection\Type; |
|
18 | 16 | use Railt\SDL\Compiler\Ast\Dependent\EnumValueDefinitionNode; |
19 | -use Railt\SDL\Compiler\Ast\TypeHintNode; |
|
20 | 17 | use Railt\SDL\Compiler\Builder\Builder; |
21 | -use Railt\SDL\Compiler\Builder\Virtual\TypeHint; |
|
22 | 18 | |
23 | 19 | /** |
24 | 20 | * Class EnumValueBuilder |