mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-04 00:30:47 +08:00
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
foo()
|
|
f o o b a r ( )
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["function", "foo"], ["punctuation", "("], ["punctuation", ")"],
|
|
["function", "f o o b a r"], ["punctuation", "("], ["punctuation", ")"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for functions. Also checks that whitespaces are ignored. |