Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit27c1c44

Browse files
author
zhourenjian
committed
Add java.util.regex APIs
Not fully implemented
1 parent60a60e3 commit27c1c44

File tree

4 files changed

+1184
-0
lines changed

4 files changed

+1184
-0
lines changed
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one or more
3+
* contributor license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright ownership.
5+
* The ASF licenses this file to You under the Apache License, Version 2.0
6+
* (the "License"); you may not use this file except in compliance with
7+
* the License. You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*/
17+
18+
/**
19+
* @author Nikolay A. Kuznetsov
20+
* @version $Revision: 1.6.2.2 $
21+
*/
22+
packagejava.util.regex;
23+
24+
/**
25+
* @com.intel.drl.spec_ref
26+
*
27+
* @author Nikolay A. Kuznetsov
28+
* @version $Revision: 1.6.2.2 $
29+
*/
30+
publicinterfaceMatchResult {
31+
32+
/**
33+
* @com.intel.drl.spec_ref
34+
*/
35+
intend();
36+
37+
/**
38+
* @com.intel.drl.spec_ref
39+
*/
40+
intend(intgroup);
41+
42+
/**
43+
* @com.intel.drl.spec_ref
44+
*/
45+
Stringgroup();
46+
47+
/**
48+
* @com.intel.drl.spec_ref
49+
*/
50+
Stringgroup(intgroup);
51+
52+
/**
53+
* @com.intel.drl.spec_ref
54+
*/
55+
intgroupCount();
56+
57+
/**
58+
* @com.intel.drl.spec_ref
59+
*/
60+
intstart();
61+
62+
/**
63+
* @com.intel.drl.spec_ref
64+
*/
65+
intstart(intgroup);
66+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp