public static class ErrorManager.CupLogMessage extends Object
Constructor and Description |
---|
CupLogMessage(String message) |
CupLogMessage(String message,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
static ErrorManager.CupLogMessage |
fromSym(String message,
Symbol sym) |
ComplexSymbolFactory.Location |
getLeftLoc() |
int |
getLength() |
String |
getMessage() |
int |
getOffset() |
ComplexSymbolFactory.Location |
getRightLoc() |
String |
toString() |
public CupLogMessage(String message, int offset, int length)
public CupLogMessage(String message)
public static ErrorManager.CupLogMessage fromSym(String message, Symbol sym)
public String getMessage()
public int getOffset()
public int getLength()
public ComplexSymbolFactory.Location getLeftLoc()
public ComplexSymbolFactory.Location getRightLoc()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.