Packages that use Literal | |
---|---|
org.sintef.mofscript.MOFScriptModel | |
org.sintef.mofscript.MOFScriptModel.impl | |
org.sintef.mofscript.MOFScriptModel.util | |
org.sintef.mofscript.parser |
Uses of Literal in org.sintef.mofscript.MOFScriptModel |
---|
Methods in org.sintef.mofscript.MOFScriptModel that return Literal | |
---|---|
Literal |
MOFScriptModelFactory.createLiteral()
Returns a new object of class 'Literal' |
Uses of Literal in org.sintef.mofscript.MOFScriptModel.impl |
---|
Classes in org.sintef.mofscript.MOFScriptModel.impl that implement Literal | |
---|---|
class |
LiteralImpl
An implementation of the model object 'Literal' |
Methods in org.sintef.mofscript.MOFScriptModel.impl that return Literal | |
---|---|
Literal |
MOFScriptModelFactoryImpl.createLiteral()
|
Uses of Literal in org.sintef.mofscript.MOFScriptModel.util |
---|
Methods in org.sintef.mofscript.MOFScriptModel.util with parameters of type Literal | |
---|---|
java.lang.Object |
MOFScriptModelSwitch.caseLiteral(Literal object)
Returns the result of interpretting the object as an instance of 'Literal' |
Uses of Literal in org.sintef.mofscript.parser |
---|
Methods in org.sintef.mofscript.parser that return Literal | |
---|---|
Literal |
MofScriptParser.booleanLiteral()
A boolean literal (true | false) |
Literal |
MofScriptParser.integerLiteral()
Integer literal |
Literal |
MofScriptParser.literal()
a literal |
Literal |
MofScriptParser.realLiteral()
Real literal |