C# 클래스 Pokemon3D.Scripting.StringEscapeHelper

A base class for classes to implement searches for string delimiters and wrappers.
파일 보기 프로젝트 열기: nilllzz/Pokemon3D 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_endOfString bool
_expression string
_hasStrings bool
_index int
_isString bool
_startChar char

Private Properties

프로퍼티 타입 설명
CheckStartAt void
ContainsWithoutStrings bool
JumpTo void

보호된 메소드들

메소드 설명
CheckNext ( ) : void
HasStrings ( string expression ) : bool
StringEscapeHelper ( string expression ) : System.Linq

비공개 메소드들

메소드 설명
CheckStartAt ( int startIndex ) : void

Checks for string delimiters at the given index.

ContainsWithoutStrings ( string expression, string value ) : bool

Returns if an expression contains a value, disregarding content within string literals.

JumpTo ( int index ) : void

Jumps to the given index, ignoring all chars in between the current index and the new one.

메소드 상세

CheckNext() 보호된 추상적인 메소드

protected abstract CheckNext ( ) : void
리턴 void

HasStrings() 보호된 정적인 메소드

protected static HasStrings ( string expression ) : bool
expression string
리턴 bool

StringEscapeHelper() 보호된 메소드

protected StringEscapeHelper ( string expression ) : System.Linq
expression string
리턴 System.Linq

프로퍼티 상세

_endOfString 보호되어 있는 프로퍼티

protected bool _endOfString
리턴 bool

_expression 보호되어 있는 프로퍼티

protected string _expression
리턴 string

_hasStrings 보호되어 있는 프로퍼티

protected bool _hasStrings
리턴 bool

_index 보호되어 있는 프로퍼티

protected int _index
리턴 int

_isString 보호되어 있는 프로퍼티

protected bool _isString
리턴 bool

_startChar 보호되어 있는 프로퍼티

protected char _startChar
리턴 char