| java.lang.Object de.uka.ilkd.key.ocl.gf.AstNodeData de.uka.ilkd.key.ocl.gf.UnrefinedAstNodeData
UnrefinedAstNodeData | public class UnrefinedAstNodeData extends AstNodeData (Code) | | author: daniels author: represents an open, unrefined node in the AST. author: It knows, how it is called and described (tooltip). |
paramTooltip | final protected String paramTooltip(Code) | | The tooltip that this node as a parameter should get
|
UnrefinedAstNodeData | public UnrefinedAstNodeData(String pTooltip, GfAstNode node, String pos, boolean selected, String constraint)(Code) | | For a child we have to know its name, its type and the tooltip
Parameters: pTooltip - The tooltip that this node as a parameter should get Parameters: node - The GfAstNode for the current AST node, for whichthis AstNodeData is the data for. Parameters: pos - The position in the GF AST of this node in Haskell notation Parameters: selected - if this is the selected node in the GF AST Parameters: constraint - A constraint from a parent node, that alsoapplies for this node. |
getParamTooltip | public String getParamTooltip()(Code) | | the parameter tooltip that this node has as a childof its parent (who gave it to it depending on its position) |
getPrintname | public Printname getPrintname()(Code) | | no refinement, no printname, thus null |
|
|