Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 220027
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T18:54:00+00:00 2026-05-11T18:54:00+00:00

Basically I would like to have some dictionary that is an abstaction over legacy

  • 0

Basically I would like to have some dictionary that is an abstaction over legacy #define directives.

I have an old header file that contains 6000+ defines, that are used as flag parametersome function and these defines denote one type of entity parameter.

In C i have

  GetParameter(... , T_CTITLE, ...); 

In Java i would like to call

  Connector.getParameter(Parameter.CTITLE, ...); 

And Parameter would encapsulate all logic that is associated with getting the parameter from library.

Parameter instances are automatically extracted from header and converted to java code, but the problem is that Parameter class gets too big – i.e. i get code too large compile error (let me underline: there are more that 6000 parameters).

And I would be thrilled to do this abstraction in a way that enables IDE o use autocompletion, and would wery much dislike idea of storing Parameter objects in say HashMap.

EDIT: Parameter Class is defined in following way:

public Parameter{
    /** logic **/
    public static final Parameter<T> parameter1 = new Parameter<T>("NAME", "T", 0xAAB);
    ...
    public static final Parameter<T> parameter6000 = new Parameter<T>("FOO", "T", 0xZZZ);
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T18:54:00+00:00Added an answer on May 11, 2026 at 6:54 pm

    An obvious hack would be to either partition into a big inheritance chain, or better partition into interfaces (no need for the public static final noise) and one interface to inherit them all.

    You could save space by making the creation code smaller. Instead of:

    new Parameter<T>("NAME", "T", 0xAAB)
    

    A minimalist approach would be:

    parameter("NAME T AAB")
    

    For details of limitations, see section 4.10 of the JVM Spec (2nd Ed). To see what your compiled code is like, use javap -c.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some code that returns unique elements in my dictionary, but I would
I have some controls in columns that I would like to look like this,
I would like to do the following. Basically have a stored procedure call another
Basically, I would like to build a list comprehension over the cartesian product of
This is something that I think would be very useful. Basically, I'd like there
I would like to find a way to have a Dictionary of various Mock
I would like to use databinding when displaying data in a TextBox. I'm basically
Basically, I would like a brief explanation of how I can access a SQL
I was wondering, how would you go about writing an application that basically houses
Basically I have some code to check a specific directory to see if an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.