Unit 'SynHighlighterJava' Package
[Overview][Types][Classes][Index] [#bs_synedit]

TSynJavaSyn

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: synhighlighterjava.pas line 77

type TSynJavaSyn = class(TSynCustomHighlighter)

protected

  fIdentFuncTable: array [0..172] of TIdentFuncTableFunc;

  

  function AltFunc;

  

  function KeyHash();

  

  function KeyComp();

  

  procedure InitIdent; virtual;

  

  function GetIdentChars; override;

  

  function GetSampleSource; override;

  

  function GetExtTokenID;

  

public

  class function GetLanguageName; override;

  

  constructor Create(); override;

  

  function GetDefaultAttribute(); override;

  

  function GetEol; override;

  

  function GetRange; override;

  

  function GetTokenID;

  

  procedure SetLine(); override;

  

  function GetToken; override;

  

  procedure GetTokenEx(); override;

  

  function GetTokenAttribute; override;

  

  function GetTokenKind; override;

  

  function GetTokenPos; override;

  

  procedure Next; override;

  

  procedure SetRange(); override;

  

  procedure ResetRange; override;

  

  property ExtTokenID: TxtkTokenKind; [r]

  

published

  property AnnotationAttri: TSynHighlighterAttributes; [rw]

  

  property CommentAttri: TSynHighlighterAttributes; [rw]

  

  property DocumentAttri: TSynHighlighterAttributes; [rw]

  

  property IdentifierAttri: TSynHighlighterAttributes; [rw]

  

  property InvalidAttri: TSynHighlighterAttributes; [rw]

  

  property KeyAttri: TSynHighlighterAttributes; [rw]

  

  property NumberAttri: TSynHighlighterAttributes; [rw]

  

  property SpaceAttri: TSynHighlighterAttributes; [rw]

  

  property StringAttri: TSynHighlighterAttributes; [rw]

  

  property SymbolAttri: TSynHighlighterAttributes; [rw]

  

end;

Inheritance

TSynJavaSyn

  

|

TSynCustomHighlighter

  

|

TObject



CT Web help

CodeTyphon Studio