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
a33500db
Commit
a33500db
authored
Feb 25, 2019
by
Milhomme Allan
Browse files
back
parent
c1860d7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
JMP.jar
View file @
a33500db
No preview for this file type
src/parser/TokenCreator.java
View file @
a33500db
...
...
@@ -21,7 +21,7 @@ public class TokenCreator
{
if
(
ss
[
i
].
getSearchName
()
!=
null
)
write
(
build
,
ss
[
i
].
getSearchName
(),
pos
,
max
,
null
);
/*
if (ss[i] instanceof ArraySearch)
if
(
ss
[
i
]
instanceof
ArraySearch
)
{
pos
.
add
(
i
);
max
.
add
(
0
);
...
...
@@ -31,7 +31,7 @@ public class TokenCreator
max
.
removeLast
();
pos
.
removeLast
();
}
*/
}
}
}
...
...
@@ -122,8 +122,9 @@ public class TokenCreator
else
current
[
i
]
=
toWrite
;
if
(
i
==
total
.
length
-
1
)
total
=
eliminateNulls
(
total
,
currentType
);
//if (i == total.length - 1)
//total = eliminateNulls(total, currentType);
// Uncomment to behave like a stack
setFieldValue
(
build
,
build
.
getClass
().
getDeclaredField
(
to
),
total
);
}
...
...
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