PHP 클래스 Pinq\Tests\Integration\Parsing\SimpleParserTest

상속: extends ParserTest
파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
tesBitwiseAssignmentOperations ( )
tesMathAssignmentOperations ( )
testArray ( )
testBitwiseBinaryOperations ( )
testBitwiseUnaryOperations ( )
testCastOperators ( )
testComparisonBinaryOperations ( )
testEmpty ( )
testEmptyFunction ( )
testEvaledFunctionIsRejected ( Pinq\Parsing\IParser $parser )
testField ( )
testFunctionCall ( )
testIndex ( )
testInstanceOfBinaryOperation ( )
testInternalFunctionIsRejected ( Pinq\Parsing\IParser $parser )
testInvocation ( )
testIsset ( )
testLogicalBinaryOperations ( )
testLogicalUnaryOperations ( )
testMathBinaryOperations ( )
testMathUnaryOperations ( )
testMethodCall ( )
testNormalAssignmentOperations ( )
testReturnStatement ( )
testReturnValueStatement ( )
testReturnValues ( )
testStaticField ( )
testStaticMethodCall ( )
testStringAssignmentOperations ( )
testStringBinaryOperations ( )
testTernary ( )
testThrowNewExceptionStatement ( )
testUnset ( )
testValue ( )
testVariable ( )

비공개 메소드들

메소드 설명
assertAssignment ( callable $function, $assignToName, $operator, $assigmentName )
assertBinaryOperation ( callable $function, $left, $operator, $right )
assertCast ( callable $function, $typeOperator, $castName )
assertUnaryOperation ( callable $function, $operator, $operandName )

메소드 상세

tesBitwiseAssignmentOperations() 공개 메소드

tesMathAssignmentOperations() 공개 메소드

testArray() 공개 메소드

public testArray ( )

testBitwiseBinaryOperations() 공개 메소드

testBitwiseUnaryOperations() 공개 메소드

testCastOperators() 공개 메소드

public testCastOperators ( )

testComparisonBinaryOperations() 공개 메소드

testEmpty() 공개 메소드

public testEmpty ( )

testEmptyFunction() 공개 메소드

public testEmptyFunction ( )

testEvaledFunctionIsRejected() 공개 메소드

public testEvaledFunctionIsRejected ( Pinq\Parsing\IParser $parser )
$parser Pinq\Parsing\IParser

testField() 공개 메소드

public testField ( )

testFunctionCall() 공개 메소드

public testFunctionCall ( )

testIndex() 공개 메소드

public testIndex ( )

testInstanceOfBinaryOperation() 공개 메소드

testInternalFunctionIsRejected() 공개 메소드

public testInternalFunctionIsRejected ( Pinq\Parsing\IParser $parser )
$parser Pinq\Parsing\IParser

testInvocation() 공개 메소드

public testInvocation ( )

testIsset() 공개 메소드

public testIsset ( )

testLogicalBinaryOperations() 공개 메소드

testLogicalUnaryOperations() 공개 메소드

testMathBinaryOperations() 공개 메소드

testMathUnaryOperations() 공개 메소드

testMethodCall() 공개 메소드

public testMethodCall ( )

testNormalAssignmentOperations() 공개 메소드

testReturnStatement() 공개 메소드

public testReturnStatement ( )

testReturnValueStatement() 공개 메소드

testReturnValues() 공개 메소드

public testReturnValues ( )

testStaticField() 공개 메소드

public testStaticField ( )

testStaticMethodCall() 공개 메소드

testStringAssignmentOperations() 공개 메소드

testStringBinaryOperations() 공개 메소드

testTernary() 공개 메소드

public testTernary ( )

testThrowNewExceptionStatement() 공개 메소드

testUnset() 공개 메소드

public testUnset ( )

testValue() 공개 메소드

public testValue ( )

testVariable() 공개 메소드

public testVariable ( )