public class FloatLiteral extends Literal
Modifier and Type | Field and Description |
---|---|
private float |
Float |
protected static Logger |
parserlog |
inferencelog
parent
Constructor and Description |
---|
FloatLiteral() |
Modifier and Type | Method and Description |
---|---|
float |
get_Float() |
java.lang.String |
get_Name() |
Menge<SyntaxTreeNode> |
getChildren() |
JavaCodeResult |
printJavaCode(ResultSet resultSet) |
void |
set_Float(float i) |
java.lang.String |
toString()
Author: Martin Pl�micke |
ConstraintsSet |
TYPEExpr(TypeAssumptions assumptions) |
void |
wandleRefTypeAttributes2GenericAttributes(Menge<Type> paralist,
Menge<GenericTypeVar> genericMethodParameters) |
getPrimitiveFlag, setPrimitiveFlag
get_Name_Menge, get_Type_Menge, get_UsedId, set_Type, set_UsedId, TYPEStmt
getTypeLineNumber, getTypeName
getDescription, getOffset, getReturnType, getType, getTypeInformation, getVariableLength, setReturnType, setType
addTypeInsertPoints, equals, getGTVDeclarationContext, getMatchingParentNode, getParent, getParentClass, parserPostProcessing, seesType
private float Float
protected static Logger parserlog
public void set_Float(float i)
public float get_Float()
public java.lang.String toString()
toString
in class java.lang.Object
public void wandleRefTypeAttributes2GenericAttributes(Menge<Type> paralist, Menge<GenericTypeVar> genericMethodParameters)
wandleRefTypeAttributes2GenericAttributes
in class Statement
public ConstraintsSet TYPEExpr(TypeAssumptions assumptions)
public JavaCodeResult printJavaCode(ResultSet resultSet)
printJavaCode
in class Statement
public Menge<SyntaxTreeNode> getChildren()
getChildren
in class SyntaxTreeNode