org.granite.generator.gsp.token
Class Declaration

java.lang.Object
  extended by org.granite.generator.gsp.token.Token
      extended by org.granite.generator.gsp.token.Declaration

public class Declaration
extends Token

Author:
Franck WOLFF

Constructor Summary
Declaration(int index, java.lang.String content)
           
 
Method Summary
 
Methods inherited from class org.granite.generator.gsp.token.Token
getContent, getIndex, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Declaration

public Declaration(int index,
                   java.lang.String content)