Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Milhomme Allan
JavaMetaParser
Commits
fb2c7335
Commit
fb2c7335
authored
Oct 12, 2018
by
Custom2043
Browse files
Disabled all char in string
parent
93dafcd7
Changes
2
Hide whitespace changes
Inline
Side-by-side
JMP.jar
View file @
fb2c7335
No preview for this file type
src/tokens/SingleChar.java
View file @
fb2c7335
...
...
@@ -73,8 +73,6 @@ public class SingleChar extends Token
public
ParserCharacter
toParserCharacter
()
{
if
(
this
.
backslash
==
null
&&
((
ParserString
)
this
.
searchResults
[
0
].
getToken
()).
total
.
charAt
(
0
)
==
'*'
)
return
ParserCharacter
.
any
;
return
new
ParserCharacter
(
false
,
new
char
[]{
this
.
toChar
()});
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment