org.eclipse.internal.xtend.expression.ast
Class RealLiteral

java.lang.Object
  extended by org.eclipse.internal.xtend.expression.ast.SyntaxElement
      extended by org.eclipse.internal.xtend.expression.ast.Expression
          extended by org.eclipse.internal.xtend.expression.ast.Literal
              extended by org.eclipse.internal.xtend.expression.ast.RealLiteral
All Implemented Interfaces:
ISyntaxElement, Analyzable, Evaluatable

public class RealLiteral
extends Literal

Author:
Sven Efftinge (http://www.efftinge.de), Arno Haase

Field Summary
 
Fields inherited from class org.eclipse.internal.xtend.expression.ast.SyntaxElement
end, line, start
 
Constructor Summary
RealLiteral(Identifier literalValue)
           
 
Method Summary
 Type analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
protected  java.lang.Object evaluateInternal(ExecutionContext ctx)
           
 
Methods inherited from class org.eclipse.internal.xtend.expression.ast.Literal
getLiteralValue, toStringInternal
 
Methods inherited from class org.eclipse.internal.xtend.expression.ast.Expression
analyze, evaluate, findType, toString
 
Methods inherited from class org.eclipse.internal.xtend.expression.ast.SyntaxElement
accept, getEnd, getFileName, getLine, getNameString, getStart, setEnd, setFileName, setLine, setStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RealLiteral

public RealLiteral(Identifier literalValue)
Method Detail

evaluateInternal

protected java.lang.Object evaluateInternal(ExecutionContext ctx)
Specified by:
evaluateInternal in class Expression

analyzeInternal

public Type analyzeInternal(ExecutionContext ctx,
                            java.util.Set<AnalysationIssue> issues)
Specified by:
analyzeInternal in class Expression