
|
If you were logged in you would be able to see more operations.
|
|
|
ANTLR v3
Created: 17/Apr/07 11:00 AM
Updated: 26/Dec/07 12:26 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
3.0b7
|
| Fix Version/s: |
3.1
|
|
|
Elan Feingold said:
can't seem to use generics in my return parameters, as in:
error_case returns [HashMap<String,String> errorCase]
This generates code like:
public static class error_case_return extends ParserRuleReturnScope {
public HashMap<String;
public String> errorCase;
};
Which, obviously, doesn't compile.
|
|
Description
|
Elan Feingold said:
can't seem to use generics in my return parameters, as in:
error_case returns [HashMap<String,String> errorCase]
This generates code like:
public static class error_case_return extends ParserRuleReturnScope {
public HashMap<String;
public String> errorCase;
};
Which, obviously, doesn't compile.
|
Show » |
|