JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
KeY 2.6.1_b7dc5338bd4d2c41d019616407d79ac6dec9efa4
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.uka.ilkd.key.java
Interface NamedModelElement
All Superinterfaces:
ModelElement
All Known Subinterfaces:
ArrayType
,
ClassType
,
ClassTypeContainer
,
Constructor
,
Field
,
Member
,
Method
,
NamedProgramElement
,
NameReference
,
ProgramConstruct
,
ProgramModelElement
,
Type
,
TypeReference
,
TypeReferenceInfix
,
Variable
All Known Implementing Classes:
ArrayDeclaration
,
ArrayLength
,
ArrayPostDecl
,
Break
,
ClassDeclaration
,
ConstructorCall
,
ConstructorDeclaration
,
Continue
,
CreateObject
,
DefaultConstructor
,
DoBreak
,
EnhancedForElimination
,
EnumClassDeclaration
,
EvaluateArgs
,
ExpandMethodBody
,
FieldReference
,
FieldSpecification
,
ForToWhile
,
ImplicitFieldSpecification
,
InitArray
,
InitArrayCreation
,
InterfaceDeclaration
,
IsStatic
,
KeYJavaType
,
LabeledStatement
,
LabelJumpStatement
,
MethodCall
,
MethodDeclaration
,
MethodReference
,
MultipleVarDecl
,
NullType
,
Package
,
PackageReference
,
PostWork
,
PrimitiveType
,
ProgramSV
,
ProgramTransformer
,
SchematicFieldReference
,
SchemaTypeReference
,
SpecialConstructorCall
,
StaticInitialisation
,
SuperArrayDeclaration
,
SwitchToIf
,
TypeDeclaration
,
TypeOf
,
TypeRef
,
TypeReferenceImp
,
Unpack
,
UnwindLoop
,
VariableReference
,
VariableSpecification
public interface
NamedModelElement
extends
ModelElement
A model element that carries a name.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
getName
()
Return the name of the model element.
Method Detail
getName
String
getName()
Return the name of the model element.
Returns:
the name of the model element.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
KeY 2.6.1_b7dc5338bd4d2c41d019616407d79ac6dec9efa4
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method