File tree Expand file tree Collapse file tree 31 files changed +74
-128
lines changed
sources/net.sf.j2s.core/src/net/sf/j2s/core Expand file tree Collapse file tree 31 files changed +74
-128
lines changed Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .core ;
15
13
16
14
import org .eclipse .core .resources .IProject ;
17
15
18
16
/**
19
- * @author josson smith
17
+ * @author zhou renjian
20
18
*
21
19
* 2006-6-15
22
20
*/
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .core ;
15
13
16
14
import net .sf .j2s .core .builder .JavaBuilder ;
17
15
18
16
/**
19
- * @author josson smith
17
+ * @author zhou renjian
20
18
*
21
19
* 2006-6-14
22
20
*/
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .core ;
20
18
import org .eclipse .core .runtime .CoreException ;
21
19
22
20
/**
23
- * @author josson smith
21
+ * @author zhou renjian
24
22
*
25
23
* 2006-6-14
26
24
*/
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2005 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
3
3
* All rights reserved. This program and the accompanying materials
4
4
* are made available under the terms of the Eclipse Public License v1.0
5
5
* which accompanies this distribution, and is available at
6
6
* http://www.eclipse.org/legal/epl-v10.html
7
7
*
8
8
* Contributors:
9
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
10
10
*******************************************************************************/
11
11
package net .sf .j2s .core .astvisitors ;
12
12
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .core .astvisitors ;
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .core .astvisitors ;
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .core .astvisitors ;
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2005 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
3
3
* All rights reserved. This program and the accompanying materials
4
4
* are made available under the terms of the Eclipse Public License v1.0
5
5
* which accompanies this distribution, and is available at
6
6
* http://www.eclipse.org/legal/epl-v10.html
7
7
*
8
8
* Contributors:
9
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
10
10
*******************************************************************************/
11
11
package net .sf .j2s .core .astvisitors ;
12
12
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .core .astvisitors ;
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .core .astvisitors ;
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2005 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
3
3
* All rights reserved. This program and the accompanying materials
4
4
* are made available under the terms of the Eclipse Public License v1.0
5
5
* which accompanies this distribution, and is available at
6
6
* http://www.eclipse.org/legal/epl-v10.html
7
7
*
8
8
* Contributors:
9
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
10
10
*******************************************************************************/
11
11
package net .sf .j2s .core .astvisitors ;
12
12
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .core .astvisitors ;
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .core .astvisitors ;
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .core .astvisitors ;
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .core .astvisitors ;
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .core .astvisitors ;
59
57
60
58
/**
61
59
*
62
- * @author josson smith
60
+ * @author zhou renjian
63
61
*
64
62
* 2006-5-2
65
63
*/
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .core .astvisitors ;
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .core .astvisitors ;
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .core .astvisitors ;
15
13
16
14
/**
17
- * @author josson smith
15
+ * @author zhou renjian
18
16
*
19
17
* 2006-6-3
20
18
*/
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Java2Script Pacemaker (http://j2s.sourceforge.net)
3
- *
4
- * Copyright (c) 2006 ognize.com and others.
2
+ * Copyright (c) 2007 java2script.org and others.
5
3
* All rights reserved. This program and the accompanying materials
6
4
* are made available under the terms of the Eclipse Public License v1.0
7
5
* which accompanies this distribution, and is available at
8
6
* http://www.eclipse.org/legal/epl-v10.html
9
7
*
10
8
* Contributors:
11
- * ognize.com - initial API and implementation
9
+ * Zhou Renjian - initial API and implementation
12
10
*******************************************************************************/
13
11
14
12
package net .sf .j2s .core .astvisitors ;
17
15
import org .eclipse .jdt .core .dom .SimpleName ;
18
16
19
17
/**
20
- * @author josson smith
18
+ * @author zhou renjian
21
19
*
22
20
* 2006-5-1
23
21
*/
You can’t perform that action at this time.
0 commit comments