org.drools.lang
Class DroolsToken

java.lang.Object
  extended by org.antlr.runtime.CommonToken
      extended by org.drools.lang.DroolsToken
All Implemented Interfaces:
Serializable, org.antlr.runtime.Token

public class DroolsToken
extends org.antlr.runtime.CommonToken

An extension of the CommonToken class that keeps the char offset information

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.antlr.runtime.CommonToken
channel, charPositionInLine, index, input, line, start, stop, text, type
 
Fields inherited from interface org.antlr.runtime.Token
DEFAULT_CHANNEL, DOWN, EOF, EOF_TOKEN, EOR_TOKEN_TYPE, HIDDEN_CHANNEL, INVALID_TOKEN, INVALID_TOKEN_TYPE, MIN_TOKEN_TYPE, SKIP_TOKEN, UP
 
Constructor Summary
DroolsToken(org.antlr.runtime.CharStream input, int type, int channel, int start, int stop)
           
DroolsToken(int type)
           
DroolsToken(int type, String text)
           
DroolsToken(org.antlr.runtime.Token oldToken)
          Constructor that preserves the char offset
 
Method Summary
 DroolsEditorType getEditorType()
          getter of editor type
 void setEditorType(DroolsEditorType editorType)
          setter of editor type
 
Methods inherited from class org.antlr.runtime.CommonToken
getChannel, getCharPositionInLine, getInputStream, getLine, getStartIndex, getStopIndex, getText, getTokenIndex, getType, setChannel, setCharPositionInLine, setInputStream, setLine, setStartIndex, setStopIndex, setText, setTokenIndex, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DroolsToken

public DroolsToken(int type)

DroolsToken

public DroolsToken(org.antlr.runtime.CharStream input,
                   int type,
                   int channel,
                   int start,
                   int stop)

DroolsToken

public DroolsToken(int type,
                   String text)

DroolsToken

public DroolsToken(org.antlr.runtime.Token oldToken)
Constructor that preserves the char offset

Parameters:
oldToken -
Method Detail

getEditorType

public DroolsEditorType getEditorType()
getter of editor type

Returns:
editor type
See Also:
DroolsEditorType

setEditorType

public void setEditorType(DroolsEditorType editorType)
setter of editor type

Parameters:
editorElementType - editor type
See Also:
DroolsEditorType


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.