1 package net.sourceforge.phpeclipse.phpeditor.php;
6 * To change this generated comment edit the template variable "typecomment":
7 * Window>Preferences>Java>ObfuscatorIgnores.
8 * To enable and disable the creation of type comments go to
9 * Window>Preferences>Java>Code Generation.
11 public class PHPKeyword extends PHPElement{
13 public void settokenval(String tokenval) { this.tokenval = Integer.parseInt(tokenval);}
14 public void settokenval(int tokenval) { this.tokenval = tokenval;}
15 public int gettokenval() { return this.tokenval; }
17 public PHPKeyword(String Name, String Description, String tokenval){
18 super(Name, Description);
19 if ((tokenval == null) || (tokenval.equals("")))
21 //if there is not a tokenval, then not implemented.
25 settokenval(tokenval);
27 //settokenval(tokenval);