|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CGBoolean in org.eclipse.ocl.examples.codegen.analyzer |
|---|
| Fields in org.eclipse.ocl.examples.codegen.analyzer declared as CGBoolean | |
|---|---|
protected CGBoolean |
CodeGenAnalyzer.cgFalse
|
protected CGBoolean |
CodeGenAnalyzer.cgTrue
|
| Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGBoolean | |
|---|---|
protected CGBoolean |
CodeGenAnalyzer.createCGBoolean(boolean booleanValue)
|
CGBoolean |
CodeGenAnalyzer.getBoolean(boolean aBoolean)
|
| Uses of CGBoolean in org.eclipse.ocl.examples.codegen.cgmodel |
|---|
| Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGBoolean | |
|---|---|
CGBoolean |
CGModelFactory.createCGBoolean()
Returns a new object of class 'CG Boolean'. |
| Uses of CGBoolean in org.eclipse.ocl.examples.codegen.cgmodel.impl |
|---|
| Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGBoolean | |
|---|---|
class |
CGBooleanImpl
An implementation of the model object 'CG Boolean'. |
| Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGBoolean | |
|---|---|
CGBoolean |
CGModelFactoryImpl.createCGBoolean()
|
| Uses of CGBoolean in org.eclipse.ocl.examples.codegen.cgmodel.util |
|---|
| Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGBoolean | |
|---|---|
T |
CGModelSwitch.caseCGBoolean(CGBoolean object)
Returns the result of interpreting the object as an instance of 'CG Boolean'. |
R |
AbstractExtendingCGModelVisitor.visitCGBoolean(CGBoolean object)
|
R |
AbstractNonNullExtendingCGModelVisitor.visitCGBoolean(CGBoolean object)
|
R |
AbstractNullCGModelVisitor.visitCGBoolean(CGBoolean object)
|
R |
CGModelVisitor.visitCGBoolean(CGBoolean object)
|
| Uses of CGBoolean in org.eclipse.ocl.examples.codegen.java |
|---|
| Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGBoolean | |
|---|---|
java.lang.Boolean |
CG2JavaVisitor.visitCGBoolean(CGBoolean cgBoolean)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||