Method | Description | |
---|---|---|
Accept ( Visitor, visitor ) : void | ||
getLhs ( ) : Element, | ||
getLhs ( ) : VariableElement, | ||
getRhs ( ) : Element, | ||
getStructLhs ( ) : StructAssignDeclaration, | ||
setLhs ( Element, lhs ) : void | ||
setLhs ( VariableElement, lhs ) : void | ||
setRhs ( Element, rhs ) : void | ||
setStructLhs ( StructAssignDeclaration, lhs ) : void |
Method | Description | |
---|---|---|
main ( string args ) : void |
public getStructLhs ( ) : StructAssignDeclaration, | ||
return | StructAssignDeclaration, |
public setLhs ( VariableElement, lhs ) : void | ||
lhs | VariableElement, | |
return | void |
public setStructLhs ( StructAssignDeclaration, lhs ) : void | ||
lhs | StructAssignDeclaration, | |
return | void |