Package org.eclipse.assemblyformatter.ir.lowlevel

Examples of org.eclipse.assemblyformatter.ir.lowlevel.CharacterLiteral


      }
    }

    if (section == null) {
      // GENERAL CHARACTER BRANCH
      section = new CharacterLiteral();
      section.setOffset(position);
      section.setLength(1);
    }

    return section;
View Full Code Here

TOP

Related Classes of org.eclipse.assemblyformatter.ir.lowlevel.CharacterLiteral

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.