JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.oracle.js.parser.ir
Interface PropertyKey
All Known Implementing Classes:
IdentNode
,
LiteralNode.PrimitiveLiteralNode
public interface
PropertyKey
Any node that can be a property key inherits this.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
getPropertyName
()
Get the property name.
Method Detail
getPropertyName
String
getPropertyName()
Get the property name.
Returns:
the property name
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method