C# 클래스 kOS.Term

파일 보기 프로젝트 열기: Nivekk/KOS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SubTerms List
TermsAreParameters bool
Text String
Type TermTypes

공개 메소드들

메소드 설명
CopyFrom ( Term &from ) : void
Demo ( int tabIndent ) : String
Merge ( ) : Term
Term ( String input ) : System
Term ( String input, TermTypes type ) : System
Term ( String input, TermTypes type, bool autoTrim ) : System

비공개 메소드들

메소드 설명
Term ( ) : System
findEndOfSuffix ( String input, int start ) : int
matchAt ( String &input, int i, List &matchables ) : String
parseParameters ( String input ) : List
processSymbols ( ) : void
splitByListIgnoreBracket ( String input, List &operators ) : List
splitByListIgnoreBracket ( String input, List &operators, bool returnIfOneElement ) : List

메소드 상세

CopyFrom() 공개 메소드

public CopyFrom ( Term &from ) : void
from Term
리턴 void

Demo() 공개 메소드

public Demo ( int tabIndent ) : String
tabIndent int
리턴 String

Merge() 공개 메소드

public Merge ( ) : Term
리턴 Term

Term() 공개 메소드

public Term ( String input ) : System
input String
리턴 System

Term() 공개 메소드

public Term ( String input, TermTypes type ) : System
input String
type TermTypes
리턴 System

Term() 공개 메소드

public Term ( String input, TermTypes type, bool autoTrim ) : System
input String
type TermTypes
autoTrim bool
리턴 System

프로퍼티 상세

SubTerms 공개적으로 프로퍼티

public List SubTerms
리턴 List

TermsAreParameters 공개적으로 프로퍼티

public bool TermsAreParameters
리턴 bool

Text 공개적으로 프로퍼티

public String Text
리턴 String

Type 공개적으로 프로퍼티

public TermTypes Type
리턴 TermTypes