C++/C#: sync files

This commit is contained in:
Robert Marsh
2020-05-01 14:17:43 -07:00
parent 537db53a8d
commit 83e222e5bd
4 changed files with 12 additions and 8 deletions

View File

@@ -190,14 +190,15 @@ class Instruction extends Construction::TInstruction {
final Language::Location getLocation() { result = getAST().getLocation() } final Language::Location getLocation() { result = getAST().getLocation() }
/** /**
* Gets the `Expr` whose result is computed by this instruction, if any. * Gets the `Expr` whose result is computed by this instruction, if any. The `Expr` may be a
* conversion.
*/ */
final Language::Expr getConvertedResultExpression() { final Language::Expr getConvertedResultExpression() {
result = Construction::getInstructionConvertedResultExpression(this) result = Construction::getInstructionConvertedResultExpression(this)
} }
/** /**
* Gets the unconverted `Expr` whose result is computed by this instruction, if any. * Gets the unconverted form of the `Expr` whose result is computed by this instruction, if any.
*/ */
final Language::Expr getUnconvertedResultExpression() { final Language::Expr getUnconvertedResultExpression() {
result = Construction::getInstructionUnconvertedResultExpression(this) result = Construction::getInstructionUnconvertedResultExpression(this)

View File

@@ -190,14 +190,15 @@ class Instruction extends Construction::TInstruction {
final Language::Location getLocation() { result = getAST().getLocation() } final Language::Location getLocation() { result = getAST().getLocation() }
/** /**
* Gets the `Expr` whose result is computed by this instruction, if any. * Gets the `Expr` whose result is computed by this instruction, if any. The `Expr` may be a
* conversion.
*/ */
final Language::Expr getConvertedResultExpression() { final Language::Expr getConvertedResultExpression() {
result = Construction::getInstructionConvertedResultExpression(this) result = Construction::getInstructionConvertedResultExpression(this)
} }
/** /**
* Gets the unconverted `Expr` whose result is computed by this instruction, if any. * Gets the unconverted form of the `Expr` whose result is computed by this instruction, if any.
*/ */
final Language::Expr getUnconvertedResultExpression() { final Language::Expr getUnconvertedResultExpression() {
result = Construction::getInstructionUnconvertedResultExpression(this) result = Construction::getInstructionUnconvertedResultExpression(this)

View File

@@ -190,14 +190,15 @@ class Instruction extends Construction::TInstruction {
final Language::Location getLocation() { result = getAST().getLocation() } final Language::Location getLocation() { result = getAST().getLocation() }
/** /**
* Gets the `Expr` whose result is computed by this instruction, if any. * Gets the `Expr` whose result is computed by this instruction, if any. The `Expr` may be a
* conversion.
*/ */
final Language::Expr getConvertedResultExpression() { final Language::Expr getConvertedResultExpression() {
result = Construction::getInstructionConvertedResultExpression(this) result = Construction::getInstructionConvertedResultExpression(this)
} }
/** /**
* Gets the unconverted `Expr` whose result is computed by this instruction, if any. * Gets the unconverted form of the `Expr` whose result is computed by this instruction, if any.
*/ */
final Language::Expr getUnconvertedResultExpression() { final Language::Expr getUnconvertedResultExpression() {
result = Construction::getInstructionUnconvertedResultExpression(this) result = Construction::getInstructionUnconvertedResultExpression(this)

View File

@@ -190,14 +190,15 @@ class Instruction extends Construction::TInstruction {
final Language::Location getLocation() { result = getAST().getLocation() } final Language::Location getLocation() { result = getAST().getLocation() }
/** /**
* Gets the `Expr` whose result is computed by this instruction, if any. * Gets the `Expr` whose result is computed by this instruction, if any. The `Expr` may be a
* conversion.
*/ */
final Language::Expr getConvertedResultExpression() { final Language::Expr getConvertedResultExpression() {
result = Construction::getInstructionConvertedResultExpression(this) result = Construction::getInstructionConvertedResultExpression(this)
} }
/** /**
* Gets the unconverted `Expr` whose result is computed by this instruction, if any. * Gets the unconverted form of the `Expr` whose result is computed by this instruction, if any.
*/ */
final Language::Expr getUnconvertedResultExpression() { final Language::Expr getUnconvertedResultExpression() {
result = Construction::getInstructionUnconvertedResultExpression(this) result = Construction::getInstructionUnconvertedResultExpression(this)