📄 mkalljar
字号:
#
# A shell script that builds the antlrall.jar file
# The debugging event stuff does not get included by this script.
#
# $Id: mkalljar,v 1.1.1.1 2002/01/02 19:59:06 agno Exp $
#
jar cvf antlrall.jar \
antlr/actions/cpp/*.class \
antlr/actions/java/*.class \
antlr/actions/sather/*.class \
antlr/*.class \
antlr/collections/*.class \
antlr/collections/impl/*.class \
antlr/preprocessor/*.class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -