Skip to content

Commit

Permalink
More Core
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Dec 13, 2008
1 parent 1fbd26c commit 9bcd209
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions XQuery/Core/Creator.pm
Expand Up @@ -151,6 +151,10 @@ class XQuery::Core::Creator {

method create_castable_expr($node) {
self.trace('create_castable_expr ');
self.create_cast_expr($node<Cast>);
};

method create_cast_expr($node) {
XQuery::Core::Literal.new(
value => ~$node
);
Expand Down

0 comments on commit 9bcd209

Please sign in to comment.