Skip to content
New issue

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

Bytecode reading state #1

Open
14 of 27 tasks
JonathanxD opened this issue Feb 12, 2017 · 0 comments
Open
14 of 27 tasks

Bytecode reading state #1

JonathanxD opened this issue Feb 12, 2017 · 0 comments

Comments

@JonathanxD
Copy link
Collaborator

JonathanxD commented Feb 12, 2017

Read bytecode classes and convert into CodeAPI Instructions.

  • Types. (partial)
    • Interfaces
    • Classes
    • Enumerations
    • Annotation Declaration
  • Fields.
  • Methods.
  • Annotations.
  • Generic Signature.
  • Instructions (partial)
    • Variable Declaration
    • Method Invocation
    • Dynamic Boostrap Method Invocation
    • Lambda Method Reference and Lambda "Fragment". (Currently translated to bootstrap invocation)
    • Array Constructor, Access and Length.
    • Exception Throwing.
    • Math Operations
    • Cast and InstanceOf
    • Literals
    • TryCatch (beta?)
    • Switch
    • Flow
      • If(-Else).
      • While
      • Do while
      • Fori
      • ForEach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant