We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.Class
More things to consider:
getArrayClass()
type_id
nestHost
nestMembers
Class
componentType
classRedefinedCount
enumConstants
isInstance
isAssignableFrom
modifiers
classData
java.lang.Object
getClass()
Originally posted by @dmlloyd in #108 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
More things to consider:
getArrayClass()
to pure Javatype_id
type fornestHost
, etc. (use patcher to delete the "originals" of these fields) (nestMembers
should remain an object array though)Class
that we don't need, such ascomponentType
,classRedefinedCount
enumConstants
isInstance
,isAssignableFrom
in pure Javamodifiers
classData
argument in "normal" ctor for definition of "hidden" classesjava.lang.Object
, including specifying the type ID field in Java and implementinggetClass()
in terms of the type ID valueOriginally posted by @dmlloyd in #108 (comment)
The text was updated successfully, but these errors were encountered: