COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification

org.eclipse.cosmos.rm.smlif.internal.editor
Class XMLLineStyler.XMLScanner

java.lang.Object
  extended by org.eclipse.cosmos.rm.smlif.internal.editor.XMLLineStyler.XMLScanner
Enclosing class:
XMLLineStyler

public class XMLLineStyler.XMLScanner
extends java.lang.Object

The scanner used to parse an XML line


Constructor Summary
XMLLineStyler.XMLScanner()
           
 
Method Summary
 int getStartOffsetOfToken()
           
 int getTokenLength()
           
 int nextToken()
           
 void setEventInput(org.eclipse.swt.custom.LineStyleEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLLineStyler.XMLScanner

public XMLLineStyler.XMLScanner()
Method Detail

setEventInput

public void setEventInput(org.eclipse.swt.custom.LineStyleEvent event)

getTokenLength

public int getTokenLength()

getStartOffsetOfToken

public int getStartOffsetOfToken()

nextToken

public int nextToken()

COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification