C# Class ScriptsRefactorer.Token

Afficher le fichier Open project: rotators/tools Class Usage Examples

Méthodes publiques

Свойство Type Description
RealNextTok Token
RealPrevTok Token
ScopeLevel int
Type Typeenum
Value String
Whitespaces String

Méthodes publiques

Méthode Description
CompleteType ( Type type ) : Token
InsertAfter ( Token tok ) : void
InsertBefore ( Token tok ) : void
IsArrayEnd ( ) : bool
IsArrayStart ( ) : bool
IsAssign ( ) : bool
IsBegin ( ) : bool
IsBlockCommentEnd ( ) : bool
IsBlockCommentStart ( ) : bool
IsCharDelimiter ( ) : bool
IsClass ( ) : bool
IsComma ( ) : bool
IsConst ( ) : bool
IsControl ( ) : bool
IsDirectiveStart ( ) : bool
IsEdge ( ) : bool
IsEnd ( ) : bool
IsEnum ( ) : bool
IsGarbage ( ) : bool
IsGlobal ( ) : bool
IsHandle ( ) : bool
IsIdentifier ( ) : bool
IsImport ( ) : bool
IsInterface ( ) : bool
IsLeft ( ) : bool
IsLeftBracket ( ) : bool
IsLeftPar ( ) : bool
IsLineCommentStart ( ) : bool
IsNot ( ) : bool
IsQuote ( ) : bool
IsRef ( ) : bool
IsRight ( ) : bool
IsRightBracket ( ) : bool
IsRightPar ( ) : bool
IsSemi ( ) : bool
IsSymbol ( ) : bool
IsTemplateBegin ( ) : bool
IsTemplateEnd ( ) : bool
IsTypeMod ( ) : bool
IsTypeSpec ( ) : bool
IsUnimportant ( ) : bool
MakesNewLine ( ) : bool
Next ( ) : Token
PreCompleteClass ( ) : Token
Prev ( ) : Token
RealCompleteBlockComment ( ) : Token
RealCompleteChar ( ) : Token
RealCompleteDirective ( ) : Token
RealCompleteLineComment ( ) : Token
RealCompleteText ( ) : Token
RealNext ( ) : Token
RealPrev ( ) : Token
RemoveSelf ( ) : void
SetUnimportant ( ) : void
Token ( ) : System
operator ( ) : Token

Method Details

CompleteType() public méthode

public CompleteType ( Type type ) : Token
type Type
Résultat Token

InsertAfter() public méthode

public InsertAfter ( Token tok ) : void
tok Token
Résultat void

InsertBefore() public méthode

public InsertBefore ( Token tok ) : void
tok Token
Résultat void

IsArrayEnd() public méthode

public IsArrayEnd ( ) : bool
Résultat bool

IsArrayStart() public méthode

public IsArrayStart ( ) : bool
Résultat bool

IsAssign() public méthode

public IsAssign ( ) : bool
Résultat bool

IsBegin() public méthode

public IsBegin ( ) : bool
Résultat bool

IsBlockCommentEnd() public méthode

public IsBlockCommentEnd ( ) : bool
Résultat bool

IsBlockCommentStart() public méthode

public IsBlockCommentStart ( ) : bool
Résultat bool

IsCharDelimiter() public méthode

public IsCharDelimiter ( ) : bool
Résultat bool

IsClass() public méthode

public IsClass ( ) : bool
Résultat bool

IsComma() public méthode

public IsComma ( ) : bool
Résultat bool

IsConst() public méthode

public IsConst ( ) : bool
Résultat bool

IsControl() public méthode

public IsControl ( ) : bool
Résultat bool

IsDirectiveStart() public méthode

public IsDirectiveStart ( ) : bool
Résultat bool

IsEdge() public méthode

public IsEdge ( ) : bool
Résultat bool

IsEnd() public méthode

public IsEnd ( ) : bool
Résultat bool

IsEnum() public méthode

public IsEnum ( ) : bool
Résultat bool

IsGarbage() public méthode

public IsGarbage ( ) : bool
Résultat bool

IsGlobal() public méthode

public IsGlobal ( ) : bool
Résultat bool

IsHandle() public méthode

public IsHandle ( ) : bool
Résultat bool

IsIdentifier() public méthode

public IsIdentifier ( ) : bool
Résultat bool

IsImport() public méthode

public IsImport ( ) : bool
Résultat bool

IsInterface() public méthode

public IsInterface ( ) : bool
Résultat bool

IsLeft() public méthode

public IsLeft ( ) : bool
Résultat bool

IsLeftBracket() public méthode

public IsLeftBracket ( ) : bool
Résultat bool

IsLeftPar() public méthode

public IsLeftPar ( ) : bool
Résultat bool

IsLineCommentStart() public méthode

public IsLineCommentStart ( ) : bool
Résultat bool

IsNot() public méthode

public IsNot ( ) : bool
Résultat bool

IsQuote() public méthode

public IsQuote ( ) : bool
Résultat bool

IsRef() public méthode

public IsRef ( ) : bool
Résultat bool

IsRight() public méthode

public IsRight ( ) : bool
Résultat bool

IsRightBracket() public méthode

public IsRightBracket ( ) : bool
Résultat bool

IsRightPar() public méthode

public IsRightPar ( ) : bool
Résultat bool

IsSemi() public méthode

public IsSemi ( ) : bool
Résultat bool

IsSymbol() public méthode

public IsSymbol ( ) : bool
Résultat bool

IsTemplateBegin() public méthode

public IsTemplateBegin ( ) : bool
Résultat bool

IsTemplateEnd() public méthode

public IsTemplateEnd ( ) : bool
Résultat bool

IsTypeMod() public méthode

public IsTypeMod ( ) : bool
Résultat bool

IsTypeSpec() public méthode

public IsTypeSpec ( ) : bool
Résultat bool

IsUnimportant() public méthode

public IsUnimportant ( ) : bool
Résultat bool

MakesNewLine() public méthode

public MakesNewLine ( ) : bool
Résultat bool

Next() public méthode

public Next ( ) : Token
Résultat Token

PreCompleteClass() public méthode

public PreCompleteClass ( ) : Token
Résultat Token

Prev() public méthode

public Prev ( ) : Token
Résultat Token

RealCompleteBlockComment() public méthode

public RealCompleteBlockComment ( ) : Token
Résultat Token

RealCompleteChar() public méthode

public RealCompleteChar ( ) : Token
Résultat Token

RealCompleteDirective() public méthode

public RealCompleteDirective ( ) : Token
Résultat Token

RealCompleteLineComment() public méthode

public RealCompleteLineComment ( ) : Token
Résultat Token

RealCompleteText() public méthode

public RealCompleteText ( ) : Token
Résultat Token

RealNext() public méthode

public RealNext ( ) : Token
Résultat Token

RealPrev() public méthode

public RealPrev ( ) : Token
Résultat Token

RemoveSelf() public méthode

public RemoveSelf ( ) : void
Résultat void

SetUnimportant() public méthode

public SetUnimportant ( ) : void
Résultat void

Token() public méthode

public Token ( ) : System
Résultat System

operator() public static méthode

public static operator ( ) : Token
Résultat Token

Property Details

RealNextTok public_oe property

public Token,ScriptsRefactorer RealNextTok
Résultat Token

RealPrevTok public_oe property

public Token,ScriptsRefactorer RealPrevTok
Résultat Token

ScopeLevel public_oe property

public int ScopeLevel
Résultat int

Type public_oe property

public Typeenum Type
Résultat Typeenum

Value public_oe property

public String Value
Résultat String

Whitespaces public_oe property

public String Whitespaces
Résultat String