gov.llnl.babel.ast
Class InterfaceType
java.lang.Object
gov.llnl.babel.ast.ASTNode
gov.llnl.babel.ast.Type
gov.llnl.babel.ast.NamedType
gov.llnl.babel.ast.AttributedType
gov.llnl.babel.ast.Extendable
gov.llnl.babel.ast.InterfaceType
- All Implemented Interfaces:
- IAttributable, INameable
public class InterfaceType
- extends Extendable
Has no implementation, and all methods are virtual.
Methods inherited from class gov.llnl.babel.ast.ASTNode |
getFilename, getFirstToken, getLastToken, getNodeId, getParent, getParseTreeNode, getSymbolTableEntry, setFirstToken, setLastToken, setNodeId, setParent, setParseTreeNode, setSymbolTableEntry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
d_extends
protected ExtendsList d_extends
- a list of ScopedID's
InterfaceType
public InterfaceType(ParseTreeNode src,
ASTNode parent,
Name name)
InterfaceType
public InterfaceType()
getTypeName
public java.lang.String getTypeName()
- Specified by:
getTypeName
in class Type
getExtends
public ExtendsList getExtends()
- returns a linked list of ScopedID's
accept
public java.lang.Object accept(Visitor v,
java.lang.Object data)
- Description copied from class:
ASTNode
- implements "Visitor Pattern"
- Specified by:
accept
in class ASTNode
- Parameters:
v
- The visitor classdata
- Optional extra data
- Returns:
- Optional extra data