Home
last modified time | relevance | path

Searched refs:castLiteral (Results 1 – 5 of 5) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/java/Inspector/
H A DXLanguageSourceCodeGenerator.java103 public String castLiteral(String _sExpression, TypeClass _aTypeClass); in castLiteral() method
H A DSourceCodeGenerator.java811 …sParamDescription = this.m_xLanguageSourceCodeGenerator.castLiteral(sParamDescription, aTypeClass); in getMethodParameterValueDescription()
1019 public String castLiteral(String _sExpression, TypeClass _aTypeClass){ in castLiteral() method in SourceCodeGenerator.JavaCodeGenerator
1203 public String castLiteral(String _sExpression, TypeClass _aTypeClass){ in castLiteral() method in SourceCodeGenerator.BasicCodeGenerator
1491 public String castLiteral(String _sExpression, TypeClass _aTypeClass){ in castLiteral() method in SourceCodeGenerator.CPlusPlusCodeGenerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/java/Inspector/
H A DXLanguageSourceCodeGenerator.java103 public String castLiteral(String _sExpression, TypeClass _aTypeClass); in castLiteral() method
H A DSourceCodeGenerator.java811 …sParamDescription = this.m_xLanguageSourceCodeGenerator.castLiteral(sParamDescription, aTypeClass); in getMethodParameterValueDescription()
1019 public String castLiteral(String _sExpression, TypeClass _aTypeClass){ in castLiteral() method in SourceCodeGenerator.JavaCodeGenerator
1203 public String castLiteral(String _sExpression, TypeClass _aTypeClass){ in castLiteral() method in SourceCodeGenerator.BasicCodeGenerator
1491 public String castLiteral(String _sExpression, TypeClass _aTypeClass){ in castLiteral() method in SourceCodeGenerator.CPlusPlusCodeGenerator
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp8335 store::Item_t castLiteral; in create_cast_expr() local
8338 GenericCast::instance()->castToQName(castLiteral, in create_cast_expr()
8357 ERROR_PARAMS(castLiteral->getStringValue())); in create_cast_expr()
8361 assert(castLiteral != NULL || ! isCast); in create_cast_expr()
8364 return theExprManager->create_const_expr(theRootSctx, loc, castLiteral); in create_cast_expr()
8366 return theExprManager->create_const_expr(theRootSctx, loc, castLiteral != NULL); in create_cast_expr()