public class DLEmbeddedExpression extends Operator
| Modifier and Type | Field and Description | 
|---|---|
private Function | 
functionSymbol  | 
| Constructor and Description | 
|---|
DLEmbeddedExpression(Function f,
                    ExtList children)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
check(Services javaServ,
     KeYJavaType containingClass)  | 
int | 
getArity()
Arity of an embedded JavaDL Expression depends upon the number of
 arguments. 
 | 
Function | 
getFunctionSymbol()  | 
private static Sort | 
getHeapSort(Services javaServ)  | 
KeYJavaType | 
getKeYJavaType(Services javaServ,
              ExecutionContext ec)
returns the  
KeYJavaType of an expression | 
private static KeYJavaType | 
getKeYJavaType(Services javaServ,
              Sort argSort)  | 
int | 
getNotation()  | 
int | 
getPrecedence()
0 is the "highest" precedence (obtained by parantheses),
  13 the "lowest". 
 | 
Term | 
makeTerm(LocationVariable heap,
        Term[] subs,
        Services services)  | 
void | 
prettyPrint(PrettyPrinter p)
Pretty printing the source element. 
 | 
void | 
visit(Visitor v)
calls the corresponding method of a visitor in order to
 perform some action/transformation on this element 
 | 
getArguments, getChildAt, getChildCount, getExpressionAt, getExpressionCount, getFirstElement, getFirstElementIncludingBlocks, getLastElement, isLeftAssociative, isToBeParenthesized, precedes, reuseSignaturecompatibleBlockSize, computeHashCode, equals, equalsModRenaming, getArrayPos, match, matchChildrengetComments, hashCode, prettyPrintMaingetEndPosition, getParentClass, getPositionInfo, getRelativePosition, getStartPosition, setParentClass, toSource, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetComments, matchequalsModRenaming, getEndPosition, getPositionInfo, getRelativePosition, getStartPositionprivate final Function functionSymbol
public Function getFunctionSymbol()
public int getArity()
functionSymbol.public KeYJavaType getKeYJavaType(Services javaServ, ExecutionContext ec)
ExpressionKeYJavaType of an expressiongetKeYJavaType in interface ExpressiongetKeYJavaType in class Operatorpublic int getNotation()
getNotation in class Operatorpublic int getPrecedence()
OperatorgetPrecedence in class Operatorpublic void visit(Visitor v)
SourceElementv - the Visitorpublic void prettyPrint(PrettyPrinter p) throws java.io.IOException
JavaSourceElementprettyPrint in interface SourceElementprettyPrint in class JavaProgramElementp - a pretty printer.java.io.IOException - occasionally thrown.public void check(Services javaServ, KeYJavaType containingClass) throws ConvertException
ConvertExceptionprivate static KeYJavaType getKeYJavaType(Services javaServ, Sort argSort)
public Term makeTerm(LocationVariable heap, Term[] subs, Services services)