Essays about: "Java Reflection"

Showing result 1 - 5 of 7 essays containing the words Java Reflection.

  1. 1. Metametaprogramming for Java with Spoon

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Andrew Bwogi; [2021]
    Keywords : ;

    Abstract : Metaprogramming is used to abstract away complicated code by o˙ering a more intuitive interface that automatically generates it. Spoon and ASM are two metaprogram libraries for Java that operate on programs at source code and bytecode level respectively. READ MORE

  2. 2. DrAST - An attribute debugger for JastAdd

    University essay from Lunds universitet/Institutionen för datavetenskap

    Author : Joel Lindholm; Johan Thorsberg; [2016]
    Keywords : debugger; compiler; reflection; Java; JastAdd; attribute grammar; visualization; interactive; Technology and Engineering;

    Abstract : Here we present a solution for debugging compilers that use abstract-syntax trees as their internal structure. The solution focuses on capturing one specific state of the compilation process, and should not be confused with the more known step-by-step debugging. READ MORE

  3. 3. JavaFX Scene Graph Object Serialization

    University essay from KTH/Radio Systems Laboratory (RS Lab)

    Author : Elmira Khodabandehloo; [2013]
    Keywords : Scene graph; Java bean; JavaFX; FXML; serialization; reflection; introspection; DOM; tree traversal; scengraf; Java-bönor; JavaFX; FXML; serialisering; reflection; introspection; DOM; träd traversering;

    Abstract : Data visualization is used in order to analyze and perceive patterns in data. One of the use cases of visualization is to graphically represent and compare simulation results. At Ericsson Research, a visualization platform, based on JavaFX 2 is used to visualize simulation results. READ MORE

  4. 4. Capturing JUnit Behavior into Static Programs : Static Testing Framework

    University essay from Institutionen för datavetenskap, fysik och matematik, DFM

    Author : Asher Siddiqui; [2010]
    Keywords : JUnit3.8 Framework; Test Case; Test Object; Test Method; Reflection; Test Fixture; Test Suite; Test Pack; Dynamic Behavior; Static Behavior; Static Analysis; Code Generation Environment; Execution Environment; Test Object Hierarchy; Assertion; Result Parameters; Source Code Transformation; Building Process; Test Case Execution; Potential Operations; Java Reflection API; Java Object Model; Annotation; Meta-Model; Call Graph; Reflection Resolution; BDD Database;

    Abstract : In this research paper, it evaluates the benefits achievable from static testing framework by analyzing and transforming the JUnit3.8 source code and static execution of transformed code. Static structure enables us to analyze the code statically during creation and execution of test cases. READ MORE

  5. 5. Schedule Based Code Generation for ParallelProcessors

    University essay from Linnéuniversitetet/Institutionen för datavetenskap, fysik och matematik, DFM

    Author : Johan Nygård; [2010]
    Keywords : Parallel programming; DMDA; Dynamic Model Driven Architecture; Java; LOIS;

    Abstract : Dynamic model driven architecture (DMDA) is a architecture made to aid in the development of parallel computing code. This thesis is applied to an implementation of DMDA known as DMDA3 that should convert graphs of computations into efficient computation code, and it deals with the translation of Platform Specific Models (PSM) into running systems. READ MORE