1 package net.sourceforge.phpeclipse.phpeditor.php;
6 * To change this generated comment edit the template variable "typecomment":
7 * Window>Preferences>Java>ObfuscatorIgnores. To enable and disable the creation
8 * of type comments go to Window>Preferences>Java>Code Generation.
10 public class PHPKeyword extends PHPElement {
11 // private int tokenval;
12 // public void settokenval(String tokenval) { this.tokenval =
13 // 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) {
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);