abstract class ExpressionNode extends Node

Methods

bool
isWritable()

No description

bool
isVariable()

No description

bool
isCall()

No description

Details

at line 17
bool isWritable()

No description

Return Value

bool

at line 26
bool isVariable()

No description

Return Value

bool

at line 35
bool isCall()

No description

Return Value

bool