yu.ac.bg.etf.javaqx.qswingx.text.code
Class CppToken

java.lang.Object
  extended byyu.ac.bg.etf.javaqx.qswingx.text.code.CodeToken
      extended byyu.ac.bg.etf.javaqx.qswingx.text.code.CppToken

public class CppToken
extends CodeToken

C/C++ Token.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Field Summary
static int MACRO
          Comment start token type (the value is 9).
static int QT_EXTENSION
          Comment start token type (the value is 10).
 
Fields inherited from class yu.ac.bg.etf.javaqx.qswingx.text.code.CodeToken
CHAR, COMMENT_END, COMMENT_START, EOCB, EOF, INLINE_COMMENT, KEYWORD, length, NUMBER, start, STRING, type
 
Constructor Summary
CppToken()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MACRO

public static final int MACRO
Comment start token type (the value is 9).

See Also:
Constant Field Values

QT_EXTENSION

public static final int QT_EXTENSION
Comment start token type (the value is 10).

See Also:
Constant Field Values
Constructor Detail

CppToken

public CppToken()


Copyright © 2007 ETF and contributors. All Rights Reserved.