C# 클래스 Pchp.CodeAnalysis.Semantics.PhpOperationVisitor

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

공개 메소드들

메소드 설명
VisitArgument ( BoundArgument x ) : void
VisitArray ( BoundArrayEx x ) : void
VisitArrayItem ( BoundArrayItemEx x ) : void
VisitAssign ( BoundAssignEx x ) : void
VisitBinaryExpression ( BoundBinaryEx x ) : void
VisitCompoundAssign ( BoundCompoundAssignEx x ) : void
VisitConcat ( BoundConcatEx x ) : void
VisitConditional ( BoundConditionalEx x ) : void
VisitEcho ( BoundEcho x ) : void
VisitEmptyStatement ( BoundEmptyStatement x ) : void
VisitExit ( BoundExitEx x ) : void
VisitExpressionStatement ( BoundExpressionStatement x ) : void
VisitFieldRef ( BoundFieldRef x ) : void
VisitFunctionDeclaration ( BoundFunctionDeclStatement x ) : void
VisitGlobalConstUse ( BoundGlobalConst x ) : void
VisitGlobalFunctionCall ( BoundGlobalFunctionCall x ) : void
VisitGlobalStatement ( BoundGlobalVariableStatement x ) : void
VisitIncDec ( BoundIncDecEx x ) : void
VisitInclude ( BoundIncludeEx x ) : void
VisitInstanceFunctionCall ( BoundInstanceFunctionCall x ) : void
VisitInstanceOf ( BoundInstanceOfEx x ) : void
VisitIsEmpty ( BoundIsEmptyEx x ) : void
VisitIsSet ( BoundIsSetEx x ) : void
VisitList ( BoundListEx x ) : void
VisitLiteral ( BoundLiteral x ) : void
VisitNew ( BoundNewEx x ) : void
VisitPseudoConstUse ( BoundPseudoConst x ) : void
VisitReturn ( BoundReturnStatement x ) : void
VisitStaticFunctionCall ( BoundStaticFunctionCall x ) : void
VisitStaticStatement ( BoundStaticVariableStatement x ) : void
VisitThrow ( BoundThrowStatement x ) : void
VisitTypeDeclaration ( BoundTypeDeclStatement x ) : void
VisitTypeRef ( BoundTypeRef x ) : void
VisitUnaryExpression ( BoundUnaryEx x ) : void
VisitUnset ( BoundUnset x ) : void
VisitVariableRef ( BoundVariableRef x ) : void

보호된 메소드들

메소드 설명
Accept ( IPhpOperation x ) : void

Visits given operation.

VisitRoutineCall ( BoundRoutineCall x ) : void

메소드 상세

Accept() 보호된 메소드

Visits given operation.
protected Accept ( IPhpOperation x ) : void
x IPhpOperation
리턴 void

VisitArgument() 공개 메소드

public VisitArgument ( BoundArgument x ) : void
x BoundArgument
리턴 void

VisitArray() 공개 메소드

public VisitArray ( BoundArrayEx x ) : void
x BoundArrayEx
리턴 void

VisitArrayItem() 공개 메소드

public VisitArrayItem ( BoundArrayItemEx x ) : void
x BoundArrayItemEx
리턴 void

VisitAssign() 공개 메소드

public VisitAssign ( BoundAssignEx x ) : void
x BoundAssignEx
리턴 void

VisitBinaryExpression() 공개 메소드

public VisitBinaryExpression ( BoundBinaryEx x ) : void
x BoundBinaryEx
리턴 void

VisitCompoundAssign() 공개 메소드

public VisitCompoundAssign ( BoundCompoundAssignEx x ) : void
x BoundCompoundAssignEx
리턴 void

VisitConcat() 공개 메소드

public VisitConcat ( BoundConcatEx x ) : void
x BoundConcatEx
리턴 void

VisitConditional() 공개 메소드

public VisitConditional ( BoundConditionalEx x ) : void
x BoundConditionalEx
리턴 void

VisitEcho() 공개 메소드

public VisitEcho ( BoundEcho x ) : void
x BoundEcho
리턴 void

VisitEmptyStatement() 공개 메소드

public VisitEmptyStatement ( BoundEmptyStatement x ) : void
x BoundEmptyStatement
리턴 void

VisitExit() 공개 메소드

public VisitExit ( BoundExitEx x ) : void
x BoundExitEx
리턴 void

VisitExpressionStatement() 공개 메소드

public VisitExpressionStatement ( BoundExpressionStatement x ) : void
x BoundExpressionStatement
리턴 void

VisitFieldRef() 공개 메소드

public VisitFieldRef ( BoundFieldRef x ) : void
x BoundFieldRef
리턴 void

VisitFunctionDeclaration() 공개 메소드

public VisitFunctionDeclaration ( BoundFunctionDeclStatement x ) : void
x BoundFunctionDeclStatement
리턴 void

VisitGlobalConstUse() 공개 메소드

public VisitGlobalConstUse ( BoundGlobalConst x ) : void
x BoundGlobalConst
리턴 void

VisitGlobalFunctionCall() 공개 메소드

public VisitGlobalFunctionCall ( BoundGlobalFunctionCall x ) : void
x BoundGlobalFunctionCall
리턴 void

VisitGlobalStatement() 공개 메소드

public VisitGlobalStatement ( BoundGlobalVariableStatement x ) : void
x BoundGlobalVariableStatement
리턴 void

VisitIncDec() 공개 메소드

public VisitIncDec ( BoundIncDecEx x ) : void
x BoundIncDecEx
리턴 void

VisitInclude() 공개 메소드

public VisitInclude ( BoundIncludeEx x ) : void
x BoundIncludeEx
리턴 void

VisitInstanceFunctionCall() 공개 메소드

public VisitInstanceFunctionCall ( BoundInstanceFunctionCall x ) : void
x BoundInstanceFunctionCall
리턴 void

VisitInstanceOf() 공개 메소드

public VisitInstanceOf ( BoundInstanceOfEx x ) : void
x BoundInstanceOfEx
리턴 void

VisitIsEmpty() 공개 메소드

public VisitIsEmpty ( BoundIsEmptyEx x ) : void
x BoundIsEmptyEx
리턴 void

VisitIsSet() 공개 메소드

public VisitIsSet ( BoundIsSetEx x ) : void
x BoundIsSetEx
리턴 void

VisitList() 공개 메소드

public VisitList ( BoundListEx x ) : void
x BoundListEx
리턴 void

VisitLiteral() 공개 메소드

public VisitLiteral ( BoundLiteral x ) : void
x BoundLiteral
리턴 void

VisitNew() 공개 메소드

public VisitNew ( BoundNewEx x ) : void
x BoundNewEx
리턴 void

VisitPseudoConstUse() 공개 메소드

public VisitPseudoConstUse ( BoundPseudoConst x ) : void
x BoundPseudoConst
리턴 void

VisitReturn() 공개 메소드

public VisitReturn ( BoundReturnStatement x ) : void
x BoundReturnStatement
리턴 void

VisitRoutineCall() 보호된 메소드

protected VisitRoutineCall ( BoundRoutineCall x ) : void
x BoundRoutineCall
리턴 void

VisitStaticFunctionCall() 공개 메소드

public VisitStaticFunctionCall ( BoundStaticFunctionCall x ) : void
x BoundStaticFunctionCall
리턴 void

VisitStaticStatement() 공개 메소드

public VisitStaticStatement ( BoundStaticVariableStatement x ) : void
x BoundStaticVariableStatement
리턴 void

VisitThrow() 공개 메소드

public VisitThrow ( BoundThrowStatement x ) : void
x BoundThrowStatement
리턴 void

VisitTypeDeclaration() 공개 메소드

public VisitTypeDeclaration ( BoundTypeDeclStatement x ) : void
x BoundTypeDeclStatement
리턴 void

VisitTypeRef() 공개 메소드

public VisitTypeRef ( BoundTypeRef x ) : void
x BoundTypeRef
리턴 void

VisitUnaryExpression() 공개 메소드

public VisitUnaryExpression ( BoundUnaryEx x ) : void
x BoundUnaryEx
리턴 void

VisitUnset() 공개 메소드

public VisitUnset ( BoundUnset x ) : void
x BoundUnset
리턴 void

VisitVariableRef() 공개 메소드

public VisitVariableRef ( BoundVariableRef x ) : void
x BoundVariableRef
리턴 void