com.sun.electric.tool.ncc.basic
Class NccCellAnnotations.NamePattern

java.lang.Object
  extended by com.sun.electric.tool.ncc.basic.NccCellAnnotations.NamePattern
Enclosing class:
NccCellAnnotations

public static class NccCellAnnotations.NamePattern
extends java.lang.Object


Method Summary
 java.lang.String getName()
           
 boolean matches(java.lang.String name)
          String match or regular expression match
 boolean stringEquals(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

matches

public boolean matches(java.lang.String name)
String match or regular expression match


stringEquals

public boolean stringEquals(java.lang.String name)

getName

public java.lang.String getName()
Returns:
If NamePattern is a name then return the name. If NamePattern is a regular expression then return null.