[metaas-dev] SyntaxException: Unexpected token SUPER

David Holroyd dave at badgers-in-foil.co.uk
Sat Oct 27 14:10:14 UTC 2007


On Sat, Oct 27, 2007 at 01:53:22PM +0000, David Holroyd wrote:
> On Wed, Oct 24, 2007 at 08:00:29AM +0200, Sergey Akopkokhyants wrote:
> > Version metaas-0.8-SNAPSHOT. Code updated.
> > I've got next error:
> 
> > Caused by: NoViableAltException(157!=[439:1: statement : ( ( LCURLY )=>
> > block | declarationStatement | expressionStatement | ifStatement |
> > forEachStatement | forStatement | whileStatement | doWhileStatement |
> > withStatement | switchStatement | breakStatement | continueStatement |
> > returnStatement | throwStatement | tryStatement |
> > defaultXMLNamespaceStatement | SEMI );])
> >  at org.asdt.core.internal.antlr.AS3Parser.statement(AS3Parser.java:4611)
> 
> I'm looking at,
> 
>   http://livedocs.adobe.com/specs/actionscript/3/as3_specification129.html
> 
> but can you show some of your sample AS3 code, to confirm my
> understanding of the syntax?

Actually, I suspect you have a super-statement, rather than a
super-expression,

  http://livedocs.adobe.com/specs/actionscript/3/as3_specification152.html

?

dave

-- 
http://david.holroyd.me.uk/



More information about the metaas-dev mailing list