public static final class VerilogParser.Port
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
containsSpecialChars |
int |
end |
static int |
INOUT |
static int |
INPUT |
java.lang.String |
name |
static int |
OUTPUT |
int |
start |
int |
type |
Constructor and Description |
---|
VerilogParser.Port(java.lang.String name,
int type) |
VerilogParser.Port(java.lang.String name,
int type,
int start,
int end,
boolean containsSpecialChars) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(java.lang.String name) |
public final java.lang.String name
public final int type
public final int start
public final int end
public final boolean containsSpecialChars
public static final int INPUT
public static final int OUTPUT
public static final int INOUT