| Package | Description |
|---|---|
| org.eclipse.xtext.xbase | |
| org.eclipse.xtext.xbase.compiler | |
| org.eclipse.xtext.xbase.controlflow | |
| org.eclipse.xtext.xbase.impl | |
| org.eclipse.xtext.xbase.interpreter | |
| org.eclipse.xtext.xbase.interpreter.impl | |
| org.eclipse.xtext.xbase.serializer | |
| org.eclipse.xtext.xbase.typesystem.computation |
This package contains the primary hooks for the actual type computation in Xbase
as well as their respective base implementations.
|
| org.eclipse.xtext.xbase.util | |
| org.eclipse.xtext.xbase.validation |
| Modifier and Type | Method and Description |
|---|---|
XBooleanLiteral |
XbaseFactory.createXBooleanLiteral()
Returns a new object of class 'XBoolean Literal'
|
| Modifier and Type | Method and Description |
|---|---|
void |
LiteralsCompiler._toJavaExpression(XBooleanLiteral expr,
ITreeAppendable b) |
void |
LiteralsCompiler._toJavaStatement(XBooleanLiteral expr,
ITreeAppendable b,
boolean isReferenced) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.xtext.xbase.controlflow.EvaluationResult |
ConstantConditionsInterpreter._internalEvaluate(XBooleanLiteral it,
EvaluationContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
XBooleanLiteralImpl
An implementation of the model object 'XBoolean Literal'
|
| Modifier and Type | Method and Description |
|---|---|
XBooleanLiteral |
XbaseFactoryImpl.createXBooleanLiteral() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
AbstractConstantExpressionsInterpreter._internalEvaluate(XBooleanLiteral it,
Context ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
XbaseInterpreter._doEvaluate(XBooleanLiteral literal,
IEvaluationContext context,
CancelIndicator indicator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractXbaseSemanticSequencer.sequence_XBooleanLiteral(org.eclipse.emf.ecore.EObject context,
XBooleanLiteral semanticObject)
Deprecated.
|
protected void |
AbstractXbaseSemanticSequencer.sequence_XBooleanLiteral(ISerializationContext context,
XBooleanLiteral semanticObject)
Contexts:
XExpression returns XBooleanLiteral
XAssignment returns XBooleanLiteral
XAssignment.XBinaryOperation_1_1_0_0_0 returns XBooleanLiteral
XOrExpression returns XBooleanLiteral
XOrExpression.XBinaryOperation_1_0_0_0 returns XBooleanLiteral
XAndExpression returns XBooleanLiteral
XAndExpression.XBinaryOperation_1_0_0_0 returns XBooleanLiteral
XEqualityExpression returns XBooleanLiteral
XEqualityExpression.XBinaryOperation_1_0_0_0 returns XBooleanLiteral
XRelationalExpression returns XBooleanLiteral
XRelationalExpression.XInstanceOfExpression_1_0_0_0_0 returns XBooleanLiteral
XRelationalExpression.XBinaryOperation_1_1_0_0_0 returns XBooleanLiteral
XOtherOperatorExpression returns XBooleanLiteral
XOtherOperatorExpression.XBinaryOperation_1_0_0_0 returns XBooleanLiteral
XAdditiveExpression returns XBooleanLiteral
XAdditiveExpression.XBinaryOperation_1_0_0_0 returns XBooleanLiteral
XMultiplicativeExpression returns XBooleanLiteral
XMultiplicativeExpression.XBinaryOperation_1_0_0_0 returns XBooleanLiteral
XUnaryOperation returns XBooleanLiteral
XCastedExpression returns XBooleanLiteral
XCastedExpression.XCastedExpression_1_0_0_0 returns XBooleanLiteral
XPostfixOperation returns XBooleanLiteral
XPostfixOperation.XPostfixOperation_1_0_0 returns XBooleanLiteral
XMemberFeatureCall returns XBooleanLiteral
XMemberFeatureCall.XAssignment_1_0_0_0_0 returns XBooleanLiteral
XMemberFeatureCall.XMemberFeatureCall_1_1_0_0_0 returns XBooleanLiteral
XPrimaryExpression returns XBooleanLiteral
XLiteral returns XBooleanLiteral
XParenthesizedExpression returns XBooleanLiteral
XExpressionOrVarDeclaration returns XBooleanLiteral
XBooleanLiteral returns XBooleanLiteral
Constraint:
isTrue?
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseTypeComputer._computeTypes(XBooleanLiteral object,
ITypeComputationState state) |
| Modifier and Type | Method and Description |
|---|---|
T |
XbaseSwitch.caseXBooleanLiteral(XBooleanLiteral object)
Returns the result of interpreting the object as an instance of 'XBoolean Literal'
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseImplicitReturnFinder._findImplicitReturns(XBooleanLiteral expression,
ImplicitReturnFinder.Acceptor acceptor) |
protected boolean |
ConstantExpressionValidator._isConstant(XBooleanLiteral expression) |
Copyright © 2015. All Rights Reserved.