Package com.googlecode.goclipse.ui.text

Examples of com.googlecode.goclipse.ui.text.GoPartitionScanner


  public static final String PARTITIONING_ID = GoPartitions.PARTITIONING_ID;
 
  public static final String[] PARTITION_TYPES = GoPartitions.PARTITION_TYPES;
 
  public static IPartitionTokenScanner createPartitionScanner() {
    return new GoPartitionScanner();
  }
View Full Code Here

TOP

Related Classes of com.googlecode.goclipse.ui.text.GoPartitionScanner

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.