Package mmrnmhrm.core.model_elements

Examples of mmrnmhrm.core.model_elements.SampleModelElementsVisitor


  public void testSampleModelElements() throws Exception { testSampleModelElements$(); }
  public void testSampleModelElements$() throws Exception {
    ISourceModule srcModule = getSourceModule(TR_SAMPLE_SRC1, "sampledefs.d");
    final String packageQualification = "";
   
    new SampleModelElementsVisitor(srcModule) {
      @Override
      public void visitAllModelElements(
        IType _Module,
        IField _Variable,
        IField _Variable2,
View Full Code Here

TOP

Related Classes of mmrnmhrm.core.model_elements.SampleModelElementsVisitor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.